Shades of Olive #81880A
Tints of Olive #81880A
RGB
CMYK
RGB Variations
Color information
#81880A (or 0x81880A) is known color: Olive. HEX triplet: 81, 88 and 0A. RGB value is (129,136,10). Sum of RGB (Red+Green+Blue) = 129+136+10=275 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.91% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #81880A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81880A is #7E77F5. Grayscale: #787878. Windows color (decimal): -8288246 or 690305. OLE color: 690305.
HSL color Cylindrical-coordinate representation of color #81880A: hue angle of 63.33º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81880A is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 136 | 10 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.47 |
| HSL | 63.33º | 0.86% | 0.29% | - |
| HSV(B) | 63.33º | 0.93% | 0.53% | - |
| XYZ | 17.91 | 22.3 | 3.65 | - |
| YUV | 119.54 | 66.18 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 136 | 10 | 0.05 | 0 | 0.93 | 0.47 | 63.33 | 0.86 | 0.29 |
| Hex | 81 | 88 | A | 5 | 0 | 5D | 2F | 3F | 56 | 1D |
| Octal | 201 | 210 | 12 | 5 | 0 | 135 | 57 | 77 | 126 | 35 |
| Binary | 10000001 | 10001000 | 1010 | 101 | 0 | 1011101 | 101111 | 111111 | 1010110 | 11101 |
Color Harmonies of #81880A
Complementary color
Monochromatic Colors of #81880A
Black with #81880A
Text Example
Text Example
White with #81880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81880A; }
p { color: rgb(129,136,10); }
H1.HeaderClassName
{
color: #81880A;
}
.AnyTagClassName
{
color: #81880A;
}
</style>
background-color css
<style>
a { background-color: #81880A; }
a { background-color: rgb(129,136,10); }
div.DivClassName
{
background-color: #81880A;
}
.BgClassName
{
background-color: #81880A;
}
</style>
border-color css
<style>
span { border-color: #81880A; }
span { border-color: rgb(129,136,10); }
td.TdClassName
{
border-color: #81880A;
}
.TagClassName
{
border-color: #81880A;
}
</style>