Shades of Olive #816F08
Tints of Olive #816F08
RGB
CMYK
RGB Variations
Color information
#816F08 (or 0x816F08) is known color: Olive. HEX triplet: 81, 6F and 08. RGB value is (129,111,8). Sum of RGB (Red+Green+Blue) = 129+111+8=248 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.02% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 129 - color contains mainly: red. Hex color #816F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #816F08 is #7E90F7. Grayscale: #696969. Windows color (decimal): -8294648 or 552833. OLE color: 552833.
HSL color Cylindrical-coordinate representation of color #816F08: hue angle of 51.07º 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 #816F08 is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 8 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.49 |
| HSL | 51.07º | 0.88% | 0.27% | - |
| HSV(B) | 51.07º | 0.94% | 0.51% | - |
| XYZ | 14.78 | 16.05 | 2.55 | - |
| YUV | 104.64 | 73.46 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 8 | 0 | 0.14 | 0.94 | 0.49 | 51.07 | 0.88 | 0.27 |
| Hex | 81 | 6F | 8 | 0 | E | 5E | 31 | 33 | 58 | 1B |
| Octal | 201 | 157 | 10 | 0 | 16 | 136 | 61 | 63 | 130 | 33 |
| Binary | 10000001 | 1101111 | 1000 | 0 | 1110 | 1011110 | 110001 | 110011 | 1011000 | 11011 |
Color Harmonies of #816F08
Complementary color
Monochromatic Colors of #816F08
Black with #816F08
Text Example
Text Example
White with #816F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F08; }
p { color: rgb(129,111,8); }
H1.HeaderClassName
{
color: #816F08;
}
.AnyTagClassName
{
color: #816F08;
}
</style>
background-color css
<style>
a { background-color: #816F08; }
a { background-color: rgb(129,111,8); }
div.DivClassName
{
background-color: #816F08;
}
.BgClassName
{
background-color: #816F08;
}
</style>
border-color css
<style>
span { border-color: #816F08; }
span { border-color: rgb(129,111,8); }
td.TdClassName
{
border-color: #816F08;
}
.TagClassName
{
border-color: #816F08;
}
</style>