Shades of Olive #818009
Tints of Olive #818009
RGB
CMYK
RGB Variations
Color information
#818009 (or 0x818009) is known color: Olive. HEX triplet: 81, 80 and 09. RGB value is (129,128,9). Sum of RGB (Red+Green+Blue) = 129+128+9=266 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.50% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 9 (3.91% from 255 or 3.38% from 266); Max value from RGB is 129 - color contains mainly: red. Hex color #818009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818009 is #7E7FF6. Grayscale: #737373. Windows color (decimal): -8290295 or 622721. OLE color: 622721.
HSL color Cylindrical-coordinate representation of color #818009: hue angle of 59.5º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #818009 is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 128 | 9 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.49 |
| HSL | 59.5º | 0.87% | 0.27% | - |
| HSV(B) | 59.5º | 0.93% | 0.51% | - |
| XYZ | 16.82 | 20.13 | 3.26 | - |
| YUV | 114.73 | 68.33 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 128 | 9 | 0 | 0.01 | 0.93 | 0.49 | 59.5 | 0.87 | 0.27 |
| Hex | 81 | 80 | 9 | 0 | 1 | 5D | 31 | 3C | 57 | 1B |
| Octal | 201 | 200 | 11 | 0 | 1 | 135 | 61 | 74 | 127 | 33 |
| Binary | 10000001 | 10000000 | 1001 | 0 | 1 | 1011101 | 110001 | 111100 | 1010111 | 11011 |
Color Harmonies of #818009
Complementary color
Monochromatic Colors of #818009
Black with #818009
Text Example
Text Example
White with #818009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818009; }
p { color: rgb(129,128,9); }
H1.HeaderClassName
{
color: #818009;
}
.AnyTagClassName
{
color: #818009;
}
</style>
background-color css
<style>
a { background-color: #818009; }
a { background-color: rgb(129,128,9); }
div.DivClassName
{
background-color: #818009;
}
.BgClassName
{
background-color: #818009;
}
</style>
border-color css
<style>
span { border-color: #818009; }
span { border-color: rgb(129,128,9); }
td.TdClassName
{
border-color: #818009;
}
.TagClassName
{
border-color: #818009;
}
</style>