Shades of Olive #807912
Tints of Olive #807912
RGB
CMYK
RGB Variations
Color information
#807912 (or 0x807912) is known color: Olive. HEX triplet: 80, 79 and 12. RGB value is (128,121,18). Sum of RGB (Red+Green+Blue) = 128+121+18=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 121 (47.66% from 255 or 45.32% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #807912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #807912 is #7F86ED. Grayscale: #6F6F6F. Windows color (decimal): -8357614 or 1210752. OLE color: 1210752.
HSL color Cylindrical-coordinate representation of color #807912: hue angle of 56.18º 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 #807912 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 121 | 18 | - |
| CMYK | 0 | 0.05 | 0.86 | 0.50 |
| HSL | 56.18º | 0.75% | 0.29% | - |
| HSV(B) | 56.18º | 0.86% | 0.5% | - |
| XYZ | 15.85 | 18.31 | 3.27 | - |
| YUV | 111.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 121 | 18 | 0 | 0.05 | 0.86 | 0.50 | 56.18 | 0.75 | 0.29 |
| Hex | 80 | 79 | 12 | 0 | 5 | 56 | 32 | 38 | 4B | 1D |
| Octal | 200 | 171 | 22 | 0 | 5 | 126 | 62 | 70 | 113 | 35 |
| Binary | 10000000 | 1111001 | 10010 | 0 | 101 | 1010110 | 110010 | 111000 | 1001011 | 11101 |
Color Harmonies of #807912
Complementary color
Monochromatic Colors of #807912
Black with #807912
Text Example
Text Example
White with #807912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807912; }
p { color: rgb(128,121,18); }
H1.HeaderClassName
{
color: #807912;
}
.AnyTagClassName
{
color: #807912;
}
</style>
background-color css
<style>
a { background-color: #807912; }
a { background-color: rgb(128,121,18); }
div.DivClassName
{
background-color: #807912;
}
.BgClassName
{
background-color: #807912;
}
</style>
border-color css
<style>
span { border-color: #807912; }
span { border-color: rgb(128,121,18); }
td.TdClassName
{
border-color: #807912;
}
.TagClassName
{
border-color: #807912;
}
</style>