Shades of Olive #807C12
Tints of Olive #807C12
RGB
CMYK
RGB Variations
Color information
#807C12 (or 0x807C12) is known color: Olive. HEX triplet: 80, 7C and 12. RGB value is (128,124,18). Sum of RGB (Red+Green+Blue) = 128+124+18=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #807C12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807C12 is #7F83ED. Grayscale: #717171. Windows color (decimal): -8356846 or 1211520. OLE color: 1211520.
HSL color Cylindrical-coordinate representation of color #807C12: hue angle of 57.82º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #807C12 is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 124 | 18 | - |
| CMYK | 0 | 0.03 | 0.86 | 0.50 |
| HSL | 57.82º | 0.75% | 0.29% | - |
| HSV(B) | 57.82º | 0.86% | 0.5% | - |
| XYZ | 16.22 | 19.05 | 3.39 | - |
| YUV | 113.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 124 | 18 | 0 | 0.03 | 0.86 | 0.50 | 57.82 | 0.75 | 0.29 |
| Hex | 80 | 7C | 12 | 0 | 3 | 56 | 32 | 3A | 4B | 1D |
| Octal | 200 | 174 | 22 | 0 | 3 | 126 | 62 | 72 | 113 | 35 |
| Binary | 10000000 | 1111100 | 10010 | 0 | 11 | 1010110 | 110010 | 111010 | 1001011 | 11101 |
Color Harmonies of #807C12
Complementary color
Monochromatic Colors of #807C12
Black with #807C12
Text Example
Text Example
White with #807C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807C12; }
p { color: rgb(128,124,18); }
H1.HeaderClassName
{
color: #807C12;
}
.AnyTagClassName
{
color: #807C12;
}
</style>
background-color css
<style>
a { background-color: #807C12; }
a { background-color: rgb(128,124,18); }
div.DivClassName
{
background-color: #807C12;
}
.BgClassName
{
background-color: #807C12;
}
</style>
border-color css
<style>
span { border-color: #807C12; }
span { border-color: rgb(128,124,18); }
td.TdClassName
{
border-color: #807C12;
}
.TagClassName
{
border-color: #807C12;
}
</style>