#5A8F09

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

Shades of Olive Drab #5A8F09

Tints of Olive Drab #5A8F09

Color information

#5A8F09 (or 0x5A8F09) is unknown color: approx Olive Drab. HEX triplet: 5A, 8F and 09. RGB value is (90,143,9). Sum of RGB (Red+Green+Blue) = 90+143+9=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 143 (56.25% from 255 or 59.09% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 143 - color contains mainly: green. Hex color #5A8F09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8F09 is #A570F6. Grayscale: #707070. Windows color (decimal): -10842359 or 626522. OLE color: 626522.

HSL color Cylindrical-coordinate representation of color #5A8F09: hue angle of 83.73º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A8F09 is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB901439-
CMYK0.3700.940.44
HSL83.73º88.16%29.8%-
HSV(B)83.73º93.71%56.08%-
XYZ14.0921.843.73-
YUV111.8869.94112.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 143 (56.25% from 255) = 59.09%
BLUE value IS 9 (3.91% from 255) = 3.72%
R=37.19%
G=59.09%
B=3.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9014390.3700.940.4483.7388.1629.8
Hex5A8F92505E2C54581e
Octal132217114501365412413036
Binary1011010100011111001100101010111101011001010100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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