#5A8205

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

Shades of Olive Drab #5A8205

Tints of Olive Drab #5A8205

Color information

#5A8205 (or 0x5A8205) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 05. RGB value is (90,130,5). Sum of RGB (Red+Green+Blue) = 90+130+5=225 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8205 is #A57DFA. Grayscale: #686868. Windows color (decimal): -10845691 or 361050. OLE color: 361050.

HSL color Cylindrical-coordinate representation of color #5A8205: hue angle of 79.2º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A8205 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB901305-
CMYK0.3100.960.49
HSL79.2º92.59%26.47%-
HSV(B)79.2º96.15%50.98%-
XYZ12.2318.153-
YUV103.7972.25118.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 5 (2.34% from 255) = 2.22%
R=40%
G=57.78%
B=2.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9013050.3100.960.4979.292.5926.47
Hex5A8251F060314f5d1a
Octal13220253701406111713532
Binary10110101000001010111111011000001100011001111101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,130,5); }

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

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

 a { background-color: rgb(90,130,5); }

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

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

 span { border-color: rgb(90,130,5); }

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