Shades of Olive #817C11
Tints of Olive #817C11
RGB
CMYK
RGB Variations
Color information
#817C11 (or 0x817C11) is known color: Olive. HEX triplet: 81, 7C and 11. RGB value is (129,124,17). Sum of RGB (Red+Green+Blue) = 129+124+17=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 124 (48.83% from 255 or 45.93% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 129 - color contains mainly: red. Hex color #817C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C11 is #7E83EE. Grayscale: #717171. Windows color (decimal): -8291311 or 1145985. OLE color: 1145985.
HSL color Cylindrical-coordinate representation of color #817C11: hue angle of 57.32º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #817C11 is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 17 | - |
| CMYK | 0 | 0.04 | 0.87 | 0.49 |
| HSL | 57.32º | 0.77% | 0.29% | - |
| HSV(B) | 57.32º | 0.87% | 0.51% | - |
| XYZ | 16.36 | 19.12 | 3.36 | - |
| YUV | 113.3 | 73.66 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 17 | 0 | 0.04 | 0.87 | 0.49 | 57.32 | 0.77 | 0.29 |
| Hex | 81 | 7C | 11 | 0 | 4 | 57 | 31 | 39 | 4D | 1D |
| Octal | 201 | 174 | 21 | 0 | 4 | 127 | 61 | 71 | 115 | 35 |
| Binary | 10000001 | 1111100 | 10001 | 0 | 100 | 1010111 | 110001 | 111001 | 1001101 | 11101 |
Color Harmonies of #817C11
Complementary color
Monochromatic Colors of #817C11
Black with #817C11
Text Example
Text Example
White with #817C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C11; }
p { color: rgb(129,124,17); }
H1.HeaderClassName
{
color: #817C11;
}
.AnyTagClassName
{
color: #817C11;
}
</style>
background-color css
<style>
a { background-color: #817C11; }
a { background-color: rgb(129,124,17); }
div.DivClassName
{
background-color: #817C11;
}
.BgClassName
{
background-color: #817C11;
}
</style>
border-color css
<style>
span { border-color: #817C11; }
span { border-color: rgb(129,124,17); }
td.TdClassName
{
border-color: #817C11;
}
.TagClassName
{
border-color: #817C11;
}
</style>