#5A800C

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

Shades of Olive Drab #5A800C

Tints of Olive Drab #5A800C

Color information

#5A800C (or 0x5A800C) is unknown color: approx Olive Drab. HEX triplet: 5A, 80 and 0C. RGB value is (90,128,12). Sum of RGB (Red+Green+Blue) = 90+128+12=230 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.13% from 230); Green value is 128 (50.39% from 255 or 55.65% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 128 - color contains mainly: green. Hex color #5A800C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A800C is #A57FF3. Grayscale: #676767. Windows color (decimal): -10846196 or 819290. OLE color: 819290.

HSL color Cylindrical-coordinate representation of color #5A800C: hue angle of 79.66º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A800C is Cyan = 0.30, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB9012812-
CMYK0.3000.910.50
HSL79.66º82.86%27.45%-
HSV(B)79.66º90.62%50.2%-
XYZ1217.643.12-
YUV103.4176.41118.43-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.13%
GREEN value IS 128 (50.39% from 255) = 55.65%
BLUE value IS 12 (5.08% from 255) = 5.22%
R=39.13%
G=55.65%
B=5.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal90128120.3000.910.5079.6682.8627.45
Hex5A80C1E05B3250531b
Octal132200143601336212012333
Binary101101010000000110011110010110111100101010000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,128,12); }

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

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

 a { background-color: rgb(90,128,12); }

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

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

 span { border-color: rgb(90,128,12); }

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