#5A8806

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

Shades of Olive Drab #5A8806

Tints of Olive Drab #5A8806

Color information

#5A8806 (or 0x5A8806) is unknown color: approx Olive Drab. HEX triplet: 5A, 88 and 06. RGB value is (90,136,6). Sum of RGB (Red+Green+Blue) = 90+136+6=232 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.79% from 232); Green value is 136 (53.52% from 255 or 58.62% from 232); Blue value is 6 (2.73% from 255 or 2.59% from 232); Max value from RGB is 136 - color contains mainly: green. Hex color #5A8806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8806 is #A577F9. Grayscale: #6B6B6B. Windows color (decimal): -10844154 or 428122. OLE color: 428122.

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

Color convert

RGB901366-
CMYK0.3400.960.47
HSL81.23º91.55%27.84%-
HSV(B)81.23º95.59%53.33%-
XYZ13.0519.83.31-
YUV107.4370.76115.57-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.79%
GREEN value IS 136 (53.52% from 255) = 58.62%
BLUE value IS 6 (2.73% from 255) = 2.59%
R=38.79%
G=58.62%
B=2.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9013660.3400.960.4781.2391.5527.84
Hex5A886220602F515c1c
Octal13221064201405712113434
Binary101101010001000110100010011000001011111010001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,136,6); }

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

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

 a { background-color: rgb(90,136,6); }

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

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

 span { border-color: rgb(90,136,6); }

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