Shades of Olive #818010
Tints of Olive #818010
RGB
CMYK
RGB Variations
Color information
#818010 (or 0x818010) is known color: Olive. HEX triplet: 81, 80 and 10. RGB value is (129,128,16). Sum of RGB (Red+Green+Blue) = 129+128+16=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 128 (50.39% from 255 or 46.89% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #818010 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818010 is #7E7FEF. Grayscale: #737373. Windows color (decimal): -8290288 or 1081473. OLE color: 1081473.
HSL color Cylindrical-coordinate representation of color #818010: hue angle of 59.47º degrees, saturation: 0.78, 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 #818010 is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 16 | - |
| CMYK | 0 | 0.01 | 0.88 | 0.49 |
| HSL | 59.47º | 0.78% | 0.28% | - |
| HSV(B) | 59.47º | 0.88% | 0.51% | - |
| XYZ | 16.87 | 20.14 | 3.49 | - |
| YUV | 115.53 | 71.83 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 16 | 0 | 0.01 | 0.88 | 0.49 | 59.47 | 0.78 | 0.28 |
| Hex | 81 | 80 | 10 | 0 | 1 | 58 | 31 | 3B | 4E | 1C |
| Octal | 201 | 200 | 20 | 0 | 1 | 130 | 61 | 73 | 116 | 34 |
| Binary | 10000001 | 10000000 | 10000 | 0 | 1 | 1011000 | 110001 | 111011 | 1001110 | 11100 |
Color Harmonies of #818010
Complementary color
Monochromatic Colors of #818010
Black with #818010
Text Example
Text Example
White with #818010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818010; }
p { color: rgb(129,128,16); }
H1.HeaderClassName
{
color: #818010;
}
.AnyTagClassName
{
color: #818010;
}
</style>
background-color css
<style>
a { background-color: #818010; }
a { background-color: rgb(129,128,16); }
div.DivClassName
{
background-color: #818010;
}
.BgClassName
{
background-color: #818010;
}
</style>
border-color css
<style>
span { border-color: #818010; }
span { border-color: rgb(129,128,16); }
td.TdClassName
{
border-color: #818010;
}
.TagClassName
{
border-color: #818010;
}
</style>