Shades of Olive #818804
Tints of Olive #818804
RGB
CMYK
RGB Variations
Color information
#818804 (or 0x818804) is known color: Olive. HEX triplet: 81, 88 and 04. RGB value is (129,136,4). Sum of RGB (Red+Green+Blue) = 129+136+4=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #818804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818804 is #7E77FB. Grayscale: #777777. Windows color (decimal): -8288252 or 297089. OLE color: 297089.
HSL color Cylindrical-coordinate representation of color #818804: hue angle of 63.18º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #818804 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 4 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.47 |
| HSL | 63.18º | 0.94% | 0.27% | - |
| HSV(B) | 63.18º | 0.97% | 0.53% | - |
| XYZ | 17.88 | 22.28 | 3.47 | - |
| YUV | 118.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 4 | 0.05 | 0 | 0.97 | 0.47 | 63.18 | 0.94 | 0.27 |
| Hex | 81 | 88 | 4 | 5 | 0 | 61 | 2F | 3F | 5E | 1B |
| Octal | 201 | 210 | 4 | 5 | 0 | 141 | 57 | 77 | 136 | 33 |
| Binary | 10000001 | 10001000 | 100 | 101 | 0 | 1100001 | 101111 | 111111 | 1011110 | 11011 |
Color Harmonies of #818804
Complementary color
Monochromatic Colors of #818804
Black with #818804
Text Example
Text Example
White with #818804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818804; }
p { color: rgb(129,136,4); }
H1.HeaderClassName
{
color: #818804;
}
.AnyTagClassName
{
color: #818804;
}
</style>
background-color css
<style>
a { background-color: #818804; }
a { background-color: rgb(129,136,4); }
div.DivClassName
{
background-color: #818804;
}
.BgClassName
{
background-color: #818804;
}
</style>
border-color css
<style>
span { border-color: #818804; }
span { border-color: rgb(129,136,4); }
td.TdClassName
{
border-color: #818804;
}
.TagClassName
{
border-color: #818804;
}
</style>