#5E8E07

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

Shades of Olive Drab #5E8E07

Tints of Olive Drab #5E8E07

Color information

#5E8E07 (or 0x5E8E07) is unknown color: approx Olive Drab. HEX triplet: 5E, 8E and 07. RGB value is (94,142,7). Sum of RGB (Red+Green+Blue) = 94+142+7=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 142 (55.86% from 255 or 58.44% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 142 - color contains mainly: green. Hex color #5E8E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E8E07 is #A171F8. Grayscale: #707070. Windows color (decimal): -10580473 or 495198. OLE color: 495198.

HSL color Cylindrical-coordinate representation of color #5E8E07: hue angle of 81.33º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E8E07 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.44.

Color convert

RGB941427-
CMYK0.3400.950.44
HSL81.33º90.6%29.22%-
HSV(B)81.33º95.07%55.69%-
XYZ14.3321.743.64-
YUV112.2668.6114.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.68%
GREEN value IS 142 (55.86% from 255) = 58.44%
BLUE value IS 7 (3.12% from 255) = 2.88%
R=38.68%
G=58.44%
B=2.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9414270.3400.950.4481.3390.629.22
Hex5E8E72205F2C515b1d
Octal13621674201375412113335
Binary101111010001110111100010010111111011001010001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,142,7); }

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

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

 a { background-color: rgb(94,142,7); }

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

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

 span { border-color: rgb(94,142,7); }

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