#5D8E06

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

Shades of Olive Drab #5D8E06

Tints of Olive Drab #5D8E06

Color information

#5D8E06 (or 0x5D8E06) is unknown color: approx Olive Drab. HEX triplet: 5D, 8E and 06. RGB value is (93,142,6). Sum of RGB (Red+Green+Blue) = 93+142+6=241 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.59% from 241); Green value is 142 (55.86% from 255 or 58.92% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E06 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8E06 is #A271F9. Grayscale: #707070. Windows color (decimal): -10646010 or 429661. OLE color: 429661.

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

Color convert

RGB931426-
CMYK0.3500.960.44
HSL81.62º91.89%29.02%-
HSV(B)81.62º95.77%55.69%-
XYZ14.2221.693.61-
YUV111.8468.27114.56-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.59%
GREEN value IS 142 (55.86% from 255) = 58.92%
BLUE value IS 6 (2.73% from 255) = 2.49%
R=38.59%
G=58.92%
B=2.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9314260.3500.960.4481.6291.8929.02
Hex5D8E6230602C525c1d
Octal13521664301405412213435
Binary101110110001110110100011011000001011001010010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,142,6); }

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

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

 a { background-color: rgb(93,142,6); }

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

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

 span { border-color: rgb(93,142,6); }

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