Shades of Olive #819904
Tints of Olive #819904
RGB
CMYK
RGB Variations
Color information
#819904 (or 0x819904) is known color: Olive. HEX triplet: 81, 99 and 04. RGB value is (129,153,4). Sum of RGB (Red+Green+Blue) = 129+153+4=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #819904 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819904 is #7E66FB. Grayscale: #818181. Windows color (decimal): -8283900 or 301441. OLE color: 301441.
HSL color Cylindrical-coordinate representation of color #819904: hue angle of 69.66º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #819904 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 129 | 153 | 4 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.4 |
| HSL | 69.66º | 0.95% | 0.31% | - |
| HSV(B) | 69.66º | 0.97% | 0.6% | - |
| XYZ | 20.47 | 27.46 | 4.34 | - |
| YUV | 128.84 | 57.55 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 153 | 4 | 0.16 | 0 | 0.97 | 0.4 | 69.66 | 0.95 | 0.31 |
| Hex | 81 | 99 | 4 | 10 | 0 | 61 | 28 | 46 | 5F | 1F |
| Octal | 201 | 231 | 4 | 20 | 0 | 141 | 50 | 106 | 137 | 37 |
| Binary | 10000001 | 10011001 | 100 | 10000 | 0 | 1100001 | 101000 | 1000110 | 1011111 | 11111 |
Color Harmonies of #819904
Complementary color
Monochromatic Colors of #819904
Black with #819904
Text Example
Text Example
White with #819904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819904; }
p { color: rgb(129,153,4); }
H1.HeaderClassName
{
color: #819904;
}
.AnyTagClassName
{
color: #819904;
}
</style>
background-color css
<style>
a { background-color: #819904; }
a { background-color: rgb(129,153,4); }
div.DivClassName
{
background-color: #819904;
}
.BgClassName
{
background-color: #819904;
}
</style>
border-color css
<style>
span { border-color: #819904; }
span { border-color: rgb(129,153,4); }
td.TdClassName
{
border-color: #819904;
}
.TagClassName
{
border-color: #819904;
}
</style>