Shades of Olive #81880F
Tints of Olive #81880F
RGB
CMYK
RGB Variations
Color information
#81880F (or 0x81880F) is known color: Olive. HEX triplet: 81, 88 and 0F. RGB value is (129,136,15). Sum of RGB (Red+Green+Blue) = 129+136+15=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 136 (53.52% from 255 or 48.57% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 136 - color contains mainly: green. Hex color #81880F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81880F is #7E77F0. Grayscale: #787878. Windows color (decimal): -8288241 or 1017985. OLE color: 1017985.
HSL color Cylindrical-coordinate representation of color #81880F: hue angle of 63.47º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #81880F is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 15 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.47 |
| HSL | 63.47º | 0.8% | 0.3% | - |
| HSV(B) | 63.47º | 0.89% | 0.53% | - |
| XYZ | 17.94 | 22.31 | 3.81 | - |
| YUV | 120.11 | 68.68 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 15 | 0.05 | 0 | 0.89 | 0.47 | 63.47 | 0.8 | 0.3 |
| Hex | 81 | 88 | F | 5 | 0 | 59 | 2F | 3F | 50 | 1E |
| Octal | 201 | 210 | 17 | 5 | 0 | 131 | 57 | 77 | 120 | 36 |
| Binary | 10000001 | 10001000 | 1111 | 101 | 0 | 1011001 | 101111 | 111111 | 1010000 | 11110 |
Color Harmonies of #81880F
Complementary color
Monochromatic Colors of #81880F
Black with #81880F
Text Example
Text Example
White with #81880F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81880F; }
p { color: rgb(129,136,15); }
H1.HeaderClassName
{
color: #81880F;
}
.AnyTagClassName
{
color: #81880F;
}
</style>
background-color css
<style>
a { background-color: #81880F; }
a { background-color: rgb(129,136,15); }
div.DivClassName
{
background-color: #81880F;
}
.BgClassName
{
background-color: #81880F;
}
</style>
border-color css
<style>
span { border-color: #81880F; }
span { border-color: rgb(129,136,15); }
td.TdClassName
{
border-color: #81880F;
}
.TagClassName
{
border-color: #81880F;
}
</style>