#5D8606

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

Shades of Olive Drab #5D8606

Tints of Olive Drab #5D8606

Color information

#5D8606 (or 0x5D8606) is unknown color: approx Olive Drab. HEX triplet: 5D, 86 and 06. RGB value is (93,134,6). Sum of RGB (Red+Green+Blue) = 93+134+6=233 (30% of max value = 765). Red value is 93 (36.72% from 255 or 39.91% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 6 (2.73% from 255 or 2.58% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #5D8606 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D8606 is #A279F9. Grayscale: #6B6B6B. Windows color (decimal): -10648058 or 427613. OLE color: 427613.

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

Color convert

RGB931346-
CMYK0.3100.960.47
HSL79.22º91.43%27.45%-
HSV(B)79.22º95.52%52.55%-
XYZ13.0719.393.23-
YUV107.1570.92117.91-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 39.91%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 6 (2.73% from 255) = 2.58%
R=39.91%
G=57.51%
B=2.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9313460.3100.960.4779.2291.4327.45
Hex5D8661F0602F4f5b1b
Octal13520663701405711713333
Binary10111011000011011011111011000001011111001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D8606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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