Shades of Olive #817000
Tints of Olive #817000
RGB
CMYK
RGB Variations
Color information
#817000 (or 0x817000) is known color: Olive. HEX triplet: 81, 70 and 00. RGB value is (129,112,0). Sum of RGB (Red+Green+Blue) = 129+112+0=241 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.53% from 241); Green value is 112 (44.14% from 255 or 46.47% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 129 - color contains mainly: red. Hex color #817000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817000 is #7E8FFF. Grayscale: #686868. Windows color (decimal): -8294400 or 28801. OLE color: 28801.
HSL color Cylindrical-coordinate representation of color #817000: hue angle of 52.09º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #817000 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 0 | - |
| CMYK | 0 | 0.13 | 1 | 0.49 |
| HSL | 52.09º | 1% | 0.25% | - |
| HSV(B) | 52.09º | 1% | 0.51% | - |
| XYZ | 14.85 | 16.26 | 2.36 | - |
| YUV | 104.32 | 69.13 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 0 | 0 | 0.13 | 1 | 0.49 | 52.09 | 1 | 0.25 |
| Hex | 81 | 70 | 0 | 0 | D | 64 | 31 | 34 | 64 | 19 |
| Octal | 201 | 160 | 0 | 0 | 15 | 144 | 61 | 64 | 144 | 31 |
| Binary | 10000001 | 1110000 | 0 | 0 | 1101 | 1100100 | 110001 | 110100 | 1100100 | 11001 |
Color Harmonies of #817000
Complementary color
Monochromatic Colors of #817000
Black with #817000
Text Example
Text Example
White with #817000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817000; }
p { color: rgb(129,112,0); }
H1.HeaderClassName
{
color: #817000;
}
.AnyTagClassName
{
color: #817000;
}
</style>
background-color css
<style>
a { background-color: #817000; }
a { background-color: rgb(129,112,0); }
div.DivClassName
{
background-color: #817000;
}
.BgClassName
{
background-color: #817000;
}
</style>
border-color css
<style>
span { border-color: #817000; }
span { border-color: rgb(129,112,0); }
td.TdClassName
{
border-color: #817000;
}
.TagClassName
{
border-color: #817000;
}
</style>