#5E860A

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

Shades of Olive Drab #5E860A

Tints of Olive Drab #5E860A

Color information

#5E860A (or 0x5E860A) is unknown color: approx Olive Drab. HEX triplet: 5E, 86 and 0A. RGB value is (94,134,10). Sum of RGB (Red+Green+Blue) = 94+134+10=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 134 (52.73% from 255 or 56.30% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 134 - color contains mainly: green. Hex color #5E860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E860A is #A179F5. Grayscale: #6C6C6C. Windows color (decimal): -10582518 or 689758. OLE color: 689758.

HSL color Cylindrical-coordinate representation of color #5E860A: hue angle of 79.35º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E860A is Cyan = 0.30, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB9413410-
CMYK0.3000.930.47
HSL79.35º86.11%28.24%-
HSV(B)79.35º92.54%52.55%-
XYZ13.219.453.35-
YUV107.972.75118.08-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.50%
GREEN value IS 134 (52.73% from 255) = 56.30%
BLUE value IS 10 (4.30% from 255) = 4.20%
R=39.50%
G=56.30%
B=4.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal94134100.3000.930.4779.3586.1128.24
Hex5E86A1E05D2F4f561c
Octal136206123601355711712634
Binary101111010000110101011110010111011011111001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E860A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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