#5D8E05

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

Shades of Olive Drab #5D8E05

Tints of Olive Drab #5D8E05

Color information

#5D8E05 (or 0x5D8E05) is unknown color: approx Olive Drab. HEX triplet: 5D, 8E and 05. RGB value is (93,142,5). Sum of RGB (Red+Green+Blue) = 93+142+5=240 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.75% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #5D8E05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8E05 is #A271FA. Grayscale: #707070. Windows color (decimal): -10646011 or 364125. OLE color: 364125.

HSL color Cylindrical-coordinate representation of color #5D8E05: hue angle of 81.46º degrees, saturation: 0.93, 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 #5D8E05 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB931425-
CMYK0.3500.960.44
HSL81.46º93.2%28.82%-
HSV(B)81.46º96.48%55.69%-
XYZ14.2121.683.58-
YUV111.7367.77114.64-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.75%
GREEN value IS 142 (55.86% from 255) = 59.17%
BLUE value IS 5 (2.34% from 255) = 2.08%
R=38.75%
G=59.17%
B=2.08%

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
Decimal9314250.3500.960.4481.4693.228.82
Hex5D8E5230602C515d1d
Octal13521654301405412113535
Binary101110110001110101100011011000001011001010001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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