#5E860D

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

Shades of Olive Drab #5E860D

Tints of Olive Drab #5E860D

Color information

#5E860D (or 0x5E860D) is unknown color: approx Olive Drab. HEX triplet: 5E, 86 and 0D. RGB value is (94,134,13). Sum of RGB (Red+Green+Blue) = 94+134+13=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 134 (52.73% from 255 or 55.60% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 134 - color contains mainly: green. Hex color #5E860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E860D is #A179F2. Grayscale: #6C6C6C. Windows color (decimal): -10582515 or 886366. OLE color: 886366.

HSL color Cylindrical-coordinate representation of color #5E860D: hue angle of 79.83º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E860D is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB9413413-
CMYK0.3000.900.47
HSL79.83º82.31%28.82%-
HSV(B)79.83º90.3%52.55%-
XYZ13.2119.463.44-
YUV108.2574.25117.84-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 134 (52.73% from 255) = 55.60%
BLUE value IS 13 (5.47% from 255) = 5.39%
R=39.00%
G=55.60%
B=5.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94134130.3000.900.4779.8382.3128.82
Hex5E86D1E05A2F50521d
Octal136206153601325712012235
Binary101111010000110110111110010110101011111010000101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E860D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,134,13); }

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

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

 a { background-color: rgb(94,134,13); }

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

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

 span { border-color: rgb(94,134,13); }

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