Shades of Olive #817C08
Tints of Olive #817C08
RGB
CMYK
RGB Variations
Color information
#817C08 (or 0x817C08) is known color: Olive. HEX triplet: 81, 7C and 08. RGB value is (129,124,8). Sum of RGB (Red+Green+Blue) = 129+124+8=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 124 (48.83% from 255 or 47.51% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #817C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #817C08 is #7E83F7. Grayscale: #707070. Windows color (decimal): -8291320 or 556161. OLE color: 556161.
HSL color Cylindrical-coordinate representation of color #817C08: hue angle of 57.52º 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 #817C08 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 124 | 8 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.49 |
| HSL | 57.52º | 0.88% | 0.27% | - |
| HSV(B) | 57.52º | 0.94% | 0.51% | - |
| XYZ | 16.3 | 19.1 | 3.06 | - |
| YUV | 112.27 | 69.16 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 124 | 8 | 0 | 0.04 | 0.94 | 0.49 | 57.52 | 0.88 | 0.27 |
| Hex | 81 | 7C | 8 | 0 | 4 | 5E | 31 | 3A | 58 | 1B |
| Octal | 201 | 174 | 10 | 0 | 4 | 136 | 61 | 72 | 130 | 33 |
| Binary | 10000001 | 1111100 | 1000 | 0 | 100 | 1011110 | 110001 | 111010 | 1011000 | 11011 |
Color Harmonies of #817C08
Complementary color
Monochromatic Colors of #817C08
Black with #817C08
Text Example
Text Example
White with #817C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #817C08; }
p { color: rgb(129,124,8); }
H1.HeaderClassName
{
color: #817C08;
}
.AnyTagClassName
{
color: #817C08;
}
</style>
background-color css
<style>
a { background-color: #817C08; }
a { background-color: rgb(129,124,8); }
div.DivClassName
{
background-color: #817C08;
}
.BgClassName
{
background-color: #817C08;
}
</style>
border-color css
<style>
span { border-color: #817C08; }
span { border-color: rgb(129,124,8); }
td.TdClassName
{
border-color: #817C08;
}
.TagClassName
{
border-color: #817C08;
}
</style>