#5A890F

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

Shades of Olive Drab #5A890F

Tints of Olive Drab #5A890F

Color information

#5A890F (or 0x5A890F) is unknown color: approx Olive Drab. HEX triplet: 5A, 89 and 0F. RGB value is (90,137,15). Sum of RGB (Red+Green+Blue) = 90+137+15=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 137 (53.91% from 255 or 56.61% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 137 - color contains mainly: green. Hex color #5A890F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A890F is #A576F0. Grayscale: #6D6D6D. Windows color (decimal): -10843889 or 1018202. OLE color: 1018202.

HSL color Cylindrical-coordinate representation of color #5A890F: hue angle of 83.11º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A890F is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB9013715-
CMYK0.3400.890.46
HSL83.11º80.26%29.8%-
HSV(B)83.11º89.05%53.73%-
XYZ13.2520.13.63-
YUV109.0474.93114.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.19%
GREEN value IS 137 (53.91% from 255) = 56.61%
BLUE value IS 15 (6.25% from 255) = 6.20%
R=37.19%
G=56.61%
B=6.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90137150.3400.890.4683.1180.2629.8
Hex5A89F220592E53501e
Octal132211174201315612312036
Binary1011010100010011111100010010110011011101010011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A890F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,137,15); }

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

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

 a { background-color: rgb(90,137,15); }

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

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

 span { border-color: rgb(90,137,15); }

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