Shades of Olive #819804
Tints of Olive #819804
RGB
CMYK
RGB Variations
Color information
#819804 (or 0x819804) is known color: Olive. HEX triplet: 81, 98 and 04. RGB value is (129,152,4). Sum of RGB (Red+Green+Blue) = 129+152+4=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #819804 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819804 is #7E67FB. Grayscale: #808080. Windows color (decimal): -8284156 or 301185. OLE color: 301185.
HSL color Cylindrical-coordinate representation of color #819804: hue angle of 69.32º 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 #819804 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 152 | 4 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.40 |
| HSL | 69.32º | 0.95% | 0.31% | - |
| HSV(B) | 69.32º | 0.97% | 0.6% | - |
| XYZ | 20.3 | 27.13 | 4.28 | - |
| YUV | 128.25 | 57.88 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 152 | 4 | 0.15 | 0 | 0.97 | 0.40 | 69.32 | 0.95 | 0.31 |
| Hex | 81 | 98 | 4 | F | 0 | 61 | 28 | 45 | 5F | 1F |
| Octal | 201 | 230 | 4 | 17 | 0 | 141 | 50 | 105 | 137 | 37 |
| Binary | 10000001 | 10011000 | 100 | 1111 | 0 | 1100001 | 101000 | 1000101 | 1011111 | 11111 |
Color Harmonies of #819804
Complementary color
Monochromatic Colors of #819804
Black with #819804
Text Example
Text Example
White with #819804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819804; }
p { color: rgb(129,152,4); }
H1.HeaderClassName
{
color: #819804;
}
.AnyTagClassName
{
color: #819804;
}
</style>
background-color css
<style>
a { background-color: #819804; }
a { background-color: rgb(129,152,4); }
div.DivClassName
{
background-color: #819804;
}
.BgClassName
{
background-color: #819804;
}
</style>
border-color css
<style>
span { border-color: #819804; }
span { border-color: rgb(129,152,4); }
td.TdClassName
{
border-color: #819804;
}
.TagClassName
{
border-color: #819804;
}
</style>