Shades of Olive #819200
Tints of Olive #819200
RGB
CMYK
RGB Variations
Color information
#819200 (or 0x819200) is known color: Olive. HEX triplet: 81, 92 and 00. RGB value is (129,146,0). Sum of RGB (Red+Green+Blue) = 129+146+0=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 146 (57.42% from 255 or 53.09% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 146 - color contains mainly: green. Hex color #819200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #819200 is #7E6DFF. Grayscale: #7C7C7C. Windows color (decimal): -8285696 or 37505. OLE color: 37505.
HSL color Cylindrical-coordinate representation of color #819200: hue angle of 66.99º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #819200 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 146 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.43 |
| HSL | 66.99º | 1% | 0.29% | - |
| HSV(B) | 66.99º | 1% | 0.57% | - |
| XYZ | 19.33 | 25.22 | 3.85 | - |
| YUV | 124.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 0 | 0.12 | 0 | 1 | 0.43 | 66.99 | 1 | 0.29 |
| Hex | 81 | 92 | 0 | C | 0 | 64 | 2B | 43 | 64 | 1D |
| Octal | 201 | 222 | 0 | 14 | 0 | 144 | 53 | 103 | 144 | 35 |
| Binary | 10000001 | 10010010 | 0 | 1100 | 0 | 1100100 | 101011 | 1000011 | 1100100 | 11101 |
Color Harmonies of #819200
Complementary color
Monochromatic Colors of #819200
Black with #819200
Text Example
Text Example
White with #819200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819200; }
p { color: rgb(129,146,0); }
H1.HeaderClassName
{
color: #819200;
}
.AnyTagClassName
{
color: #819200;
}
</style>
background-color css
<style>
a { background-color: #819200; }
a { background-color: rgb(129,146,0); }
div.DivClassName
{
background-color: #819200;
}
.BgClassName
{
background-color: #819200;
}
</style>
border-color css
<style>
span { border-color: #819200; }
span { border-color: rgb(129,146,0); }
td.TdClassName
{
border-color: #819200;
}
.TagClassName
{
border-color: #819200;
}
</style>