#5D860F

Color #5D860F Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #5D860F

Tints of Olive Drab #5D860F

Color information

#5D860F (or 0x5D860F) is unknown color: approx Olive Drab. HEX triplet: 5D, 86 and 0F. RGB value is (93,134,15). Sum of RGB (Red+Green+Blue) = 93+134+15=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 134 (52.73% from 255 or 55.37% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 134 - color contains mainly: green. Hex color #5D860F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D860F is #A279F0. Grayscale: #6C6C6C. Windows color (decimal): -10648049 or 1017437. OLE color: 1017437.

HSL color Cylindrical-coordinate representation of color #5D860F: hue angle of 80.67º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D860F is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB9313415-
CMYK0.3100.890.47
HSL80.67º79.87%29.22%-
HSV(B)80.67º88.81%52.55%-
XYZ13.1319.413.51-
YUV108.1875.42117.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 134 (52.73% from 255) = 55.37%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=38.43%
G=55.37%
B=6.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93134150.3100.890.4780.6779.8729.22
Hex5D86F1F0592F51501d
Octal135206173701315712112035
Binary101110110000110111111111010110011011111010001101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D860F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D860F; }

 p { color: rgb(93,134,15); }

 H1.HeaderClassName
 {
   color: #5D860F;
 }
 .AnyTagClassName
 {
   color: #5D860F;
 }
</style>
background-color css

<style>
 a { background-color: #5D860F; }

 a { background-color: rgb(93,134,15); }

 div.DivClassName
 {
   background-color: #5D860F;
 }
 .BgClassName
 {
   background-color: #5D860F;
 }
</style>
border-color css

<style>
 span { border-color: #5D860F; }

 span { border-color: rgb(93,134,15); }

 td.TdClassName
 {
   border-color: #5D860F;
 }
 .TagClassName
 {
   border-color: #5D860F;
 }
</style>