#5A8212

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

Shades of Olive Drab #5A8212

Tints of Olive Drab #5A8212

Color information

#5A8212 (or 0x5A8212) is unknown color: approx Olive Drab. HEX triplet: 5A, 82 and 12. RGB value is (90,130,18). Sum of RGB (Red+Green+Blue) = 90+130+18=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #5A8212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A8212 is #A57DED. Grayscale: #696969. Windows color (decimal): -10845678 or 1213018. OLE color: 1213018.

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

Color convert

RGB9013018-
CMYK0.3100.860.49
HSL81.43º75.68%29.02%-
HSV(B)81.43º86.15%50.98%-
XYZ12.3118.183.43-
YUV105.2778.75117.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 37.82%
GREEN value IS 130 (51.17% from 255) = 54.62%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=37.82%
G=54.62%
B=7.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal90130180.3100.860.4981.4375.6829.02
Hex5A82121F05631514c1d
Octal132202223701266112111435
Binary1011010100000101001011111010101101100011010001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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