Shades of Olive #817E08
Tints of Olive #817E08
RGB
CMYK
RGB Variations
Color information
#817E08 (or 0x817E08) is known color: Olive. HEX triplet: 81, 7E and 08. RGB value is (129,126,8). Sum of RGB (Red+Green+Blue) = 129+126+8=263 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.05% from 263); Green value is 126 (49.61% from 255 or 47.91% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 129 - color contains mainly: red. Hex color #817E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817E08 is #7E81F7. Grayscale: #717171. Windows color (decimal): -8290808 or 556673. OLE color: 556673.
HSL color Cylindrical-coordinate representation of color #817E08: hue angle of 58.51º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #817E08 is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 126 | 8 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.49 |
| HSL | 58.51º | 0.88% | 0.27% | - |
| HSV(B) | 58.51º | 0.94% | 0.51% | - |
| XYZ | 16.56 | 19.61 | 3.14 | - |
| YUV | 113.45 | 68.49 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 126 | 8 | 0 | 0.02 | 0.94 | 0.49 | 58.51 | 0.88 | 0.27 |
| Hex | 81 | 7E | 8 | 0 | 2 | 5E | 31 | 3B | 58 | 1B |
| Octal | 201 | 176 | 10 | 0 | 2 | 136 | 61 | 73 | 130 | 33 |
| Binary | 10000001 | 1111110 | 1000 | 0 | 10 | 1011110 | 110001 | 111011 | 1011000 | 11011 |
Color Harmonies of #817E08
Complementary color
Monochromatic Colors of #817E08
Black with #817E08
Text Example
Text Example
White with #817E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817E08; }
p { color: rgb(129,126,8); }
H1.HeaderClassName
{
color: #817E08;
}
.AnyTagClassName
{
color: #817E08;
}
</style>
background-color css
<style>
a { background-color: #817E08; }
a { background-color: rgb(129,126,8); }
div.DivClassName
{
background-color: #817E08;
}
.BgClassName
{
background-color: #817E08;
}
</style>
border-color css
<style>
span { border-color: #817E08; }
span { border-color: rgb(129,126,8); }
td.TdClassName
{
border-color: #817E08;
}
.TagClassName
{
border-color: #817E08;
}
</style>