#5A820F

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

Shades of Olive Drab #5A820F

Tints of Olive Drab #5A820F

Color information

#5A820F (or 0x5A820F) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 0F. RGB value is (90,130,15). Sum of RGB (Red+Green+Blue) = 90+130+15=235 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.30% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #5A820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A820F is #A57DF0. Grayscale: #696969. Windows color (decimal): -10845681 or 1016410. OLE color: 1016410.

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

Color convert

RGB9013015-
CMYK0.3100.880.49
HSL80.87º79.31%28.43%-
HSV(B)80.87º88.46%50.98%-
XYZ12.2918.173.31-
YUV104.9377.25117.35-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 38.30%
GREEN value IS 130 (51.17% from 255) = 55.32%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=38.30%
G=55.32%
B=6.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130150.3100.880.4980.8779.3128.43
Hex5A82F1F05831514f1c
Octal132202173701306112111734
Binary101101010000010111111111010110001100011010001100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A820F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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