#5D8716

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

Shades of Olive Drab #5D8716

Tints of Olive Drab #5D8716

Color information

#5D8716 (or 0x5D8716) is unknown color: approx Olive Drab. HEX triplet: 5D, 87 and 16. RGB value is (93,135,22). Sum of RGB (Red+Green+Blue) = 93+135+22=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #5D8716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8716 is #A278E9. Grayscale: #6D6D6D. Windows color (decimal): -10647786 or 1476445. OLE color: 1476445.

HSL color Cylindrical-coordinate representation of color #5D8716: hue angle of 82.3º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5D8716 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB9313522-
CMYK0.3100.840.47
HSL82.3º71.97%30.78%-
HSV(B)82.3º83.7%52.94%-
XYZ13.3219.713.86-
YUV109.5678.59116.19-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 37.2%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 22 (8.98% from 255) = 8.8%
R=37.2%
G=54%
B=8.8%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal93135220.3100.840.4782.371.9730.78
Hex5D87161F0542F52481f
Octal135207263701245712211037
Binary1011101100001111011011111010101001011111010010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,135,22); }

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

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

 a { background-color: rgb(93,135,22); }

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

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

 span { border-color: rgb(93,135,22); }

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