Shades of Olive #819000
Tints of Olive #819000
RGB
CMYK
RGB Variations
Color information
#819000 (or 0x819000) is known color: Olive. HEX triplet: 81, 90 and 00. RGB value is (129,144,0). Sum of RGB (Red+Green+Blue) = 129+144+0=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 144 (56.64% from 255 or 52.75% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 144 - color contains mainly: green. Hex color #819000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819000 is #7E6FFF. Grayscale: #7B7B7B. Windows color (decimal): -8286208 or 36993. OLE color: 36993.
HSL color Cylindrical-coordinate representation of color #819000: hue angle of 66.25º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #819000 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.44 |
| HSL | 66.25º | 1% | 0.28% | - |
| HSV(B) | 66.25º | 1% | 0.56% | - |
| XYZ | 19.03 | 24.61 | 3.75 | - |
| YUV | 123.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 0 | 0.10 | 0 | 1 | 0.44 | 66.25 | 1 | 0.28 |
| Hex | 81 | 90 | 0 | A | 0 | 64 | 2C | 42 | 64 | 1C |
| Octal | 201 | 220 | 0 | 12 | 0 | 144 | 54 | 102 | 144 | 34 |
| Binary | 10000001 | 10010000 | 0 | 1010 | 0 | 1100100 | 101100 | 1000010 | 1100100 | 11100 |
Color Harmonies of #819000
Complementary color
Monochromatic Colors of #819000
Black with #819000
Text Example
Text Example
White with #819000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819000; }
p { color: rgb(129,144,0); }
H1.HeaderClassName
{
color: #819000;
}
.AnyTagClassName
{
color: #819000;
}
</style>
background-color css
<style>
a { background-color: #819000; }
a { background-color: rgb(129,144,0); }
div.DivClassName
{
background-color: #819000;
}
.BgClassName
{
background-color: #819000;
}
</style>
border-color css
<style>
span { border-color: #819000; }
span { border-color: rgb(129,144,0); }
td.TdClassName
{
border-color: #819000;
}
.TagClassName
{
border-color: #819000;
}
</style>