Shades of Olive #81930A
Tints of Olive #81930A
RGB
CMYK
RGB Variations
Color information
#81930A (or 0x81930A) is known color: Olive. HEX triplet: 81, 93 and 0A. RGB value is (129,147,10). Sum of RGB (Red+Green+Blue) = 129+147+10=286 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.10% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #81930A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81930A is #7E6CF5. Grayscale: #7E7E7E. Windows color (decimal): -8285430 or 693121. OLE color: 693121.
HSL color Cylindrical-coordinate representation of color #81930A: hue angle of 67.88º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81930A is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 129 | 147 | 10 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.42 |
| HSL | 67.88º | 0.87% | 0.31% | - |
| HSV(B) | 67.88º | 0.93% | 0.58% | - |
| XYZ | 19.54 | 25.56 | 4.19 | - |
| YUV | 126 | 62.54 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 147 | 10 | 0.12 | 0 | 0.93 | 0.42 | 67.88 | 0.87 | 0.31 |
| Hex | 81 | 93 | A | C | 0 | 5D | 2A | 44 | 57 | 1F |
| Octal | 201 | 223 | 12 | 14 | 0 | 135 | 52 | 104 | 127 | 37 |
| Binary | 10000001 | 10010011 | 1010 | 1100 | 0 | 1011101 | 101010 | 1000100 | 1010111 | 11111 |
Color Harmonies of #81930A
Complementary color
Monochromatic Colors of #81930A
Black with #81930A
Text Example
Text Example
White with #81930A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81930A; }
p { color: rgb(129,147,10); }
H1.HeaderClassName
{
color: #81930A;
}
.AnyTagClassName
{
color: #81930A;
}
</style>
background-color css
<style>
a { background-color: #81930A; }
a { background-color: rgb(129,147,10); }
div.DivClassName
{
background-color: #81930A;
}
.BgClassName
{
background-color: #81930A;
}
</style>
border-color css
<style>
span { border-color: #81930A; }
span { border-color: rgb(129,147,10); }
td.TdClassName
{
border-color: #81930A;
}
.TagClassName
{
border-color: #81930A;
}
</style>