Shades of Olive #818806
Tints of Olive #818806
RGB
CMYK
RGB Variations
Color information
#818806 (or 0x818806) is known color: Olive. HEX triplet: 81, 88 and 06. RGB value is (129,136,6). Sum of RGB (Red+Green+Blue) = 129+136+6=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #818806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818806 is #7E77F9. Grayscale: #777777. Windows color (decimal): -8288250 or 428161. OLE color: 428161.
HSL color Cylindrical-coordinate representation of color #818806: hue angle of 63.23º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #818806 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 6 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.47 |
| HSL | 63.23º | 0.92% | 0.28% | - |
| HSV(B) | 63.23º | 0.96% | 0.53% | - |
| XYZ | 17.89 | 22.29 | 3.53 | - |
| YUV | 119.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 6 | 0.05 | 0 | 0.96 | 0.47 | 63.23 | 0.92 | 0.28 |
| Hex | 81 | 88 | 6 | 5 | 0 | 60 | 2F | 3F | 5C | 1C |
| Octal | 201 | 210 | 6 | 5 | 0 | 140 | 57 | 77 | 134 | 34 |
| Binary | 10000001 | 10001000 | 110 | 101 | 0 | 1100000 | 101111 | 111111 | 1011100 | 11100 |
Color Harmonies of #818806
Complementary color
Monochromatic Colors of #818806
Black with #818806
Text Example
Text Example
White with #818806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818806; }
p { color: rgb(129,136,6); }
H1.HeaderClassName
{
color: #818806;
}
.AnyTagClassName
{
color: #818806;
}
</style>
background-color css
<style>
a { background-color: #818806; }
a { background-color: rgb(129,136,6); }
div.DivClassName
{
background-color: #818806;
}
.BgClassName
{
background-color: #818806;
}
</style>
border-color css
<style>
span { border-color: #818806; }
span { border-color: rgb(129,136,6); }
td.TdClassName
{
border-color: #818806;
}
.TagClassName
{
border-color: #818806;
}
</style>