#5A8B09

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

Shades of Olive Drab #5A8B09

Tints of Olive Drab #5A8B09

Color information

#5A8B09 (or 0x5A8B09) is unknown color: approx Olive Drab. HEX triplet: 5A, 8B and 09. RGB value is (90,139,9). Sum of RGB (Red+Green+Blue) = 90+139+9=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 139 (54.69% from 255 or 58.40% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 139 - color contains mainly: green. Hex color #5A8B09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8B09 is #A574F6. Grayscale: #6D6D6D. Windows color (decimal): -10843383 or 625498. OLE color: 625498.

HSL color Cylindrical-coordinate representation of color #5A8B09: hue angle of 82.62º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A8B09 is Cyan = 0.35, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB901399-
CMYK0.3500.940.45
HSL82.62º87.84%29.02%-
HSV(B)82.62º93.53%54.51%-
XYZ13.520.663.53-
YUV109.5371.27114.07-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 139 (54.69% from 255) = 58.40%
BLUE value IS 9 (3.91% from 255) = 3.78%
R=37.82%
G=58.40%
B=3.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9013990.3500.940.4582.6287.8429.02
Hex5A8B92305E2D53581d
Octal132213114301365512313035
Binary1011010100010111001100011010111101011011010011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,139,9); }

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

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

 a { background-color: rgb(90,139,9); }

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

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

 span { border-color: rgb(90,139,9); }

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