Shades of Olive #818D00
Tints of Olive #818D00
RGB
CMYK
RGB Variations
Color information
#818D00 (or 0x818D00) is known color: Olive. HEX triplet: 81, 8D and 00. RGB value is (129,141,0). Sum of RGB (Red+Green+Blue) = 129+141+0=270 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.78% from 270); Green value is 141 (55.47% from 255 or 52.22% from 270); Blue value is 0 (0.39% from 255 or 0% from 270); Max value from RGB is 141 - color contains mainly: green. Hex color #818D00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818D00 is #7E72FF. Grayscale: #797979. Windows color (decimal): -8286976 or 36225. OLE color: 36225.
HSL color Cylindrical-coordinate representation of color #818D00: hue angle of 65.11º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #818D00 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.45 |
| HSL | 65.11º | 1% | 0.28% | - |
| HSV(B) | 65.11º | 1% | 0.55% | - |
| XYZ | 18.58 | 23.72 | 3.6 | - |
| YUV | 121.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 0 | 0.09 | 0 | 1 | 0.45 | 65.11 | 1 | 0.28 |
| Hex | 81 | 8D | 0 | 9 | 0 | 64 | 2D | 41 | 64 | 1C |
| Octal | 201 | 215 | 0 | 11 | 0 | 144 | 55 | 101 | 144 | 34 |
| Binary | 10000001 | 10001101 | 0 | 1001 | 0 | 1100100 | 101101 | 1000001 | 1100100 | 11100 |
Color Harmonies of #818D00
Complementary color
Monochromatic Colors of #818D00
Black with #818D00
Text Example
Text Example
White with #818D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D00; }
p { color: rgb(129,141,0); }
H1.HeaderClassName
{
color: #818D00;
}
.AnyTagClassName
{
color: #818D00;
}
</style>
background-color css
<style>
a { background-color: #818D00; }
a { background-color: rgb(129,141,0); }
div.DivClassName
{
background-color: #818D00;
}
.BgClassName
{
background-color: #818D00;
}
</style>
border-color css
<style>
span { border-color: #818D00; }
span { border-color: rgb(129,141,0); }
td.TdClassName
{
border-color: #818D00;
}
.TagClassName
{
border-color: #818D00;
}
</style>