Shades of Olive #81730A
Tints of Olive #81730A
RGB
CMYK
RGB Variations
Color information
#81730A (or 0x81730A) is known color: Olive. HEX triplet: 81, 73 and 0A. RGB value is (129,115,10). Sum of RGB (Red+Green+Blue) = 129+115+10=254 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.79% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 129 - color contains mainly: red. Hex color #81730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81730A is #7E8CF5. Grayscale: #6B6B6B. Windows color (decimal): -8293622 or 684929. OLE color: 684929.
HSL color Cylindrical-coordinate representation of color #81730A: hue angle of 52.94º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81730A is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 10 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.49 |
| HSL | 52.94º | 0.86% | 0.27% | - |
| HSV(B) | 52.94º | 0.92% | 0.51% | - |
| XYZ | 15.24 | 16.95 | 2.76 | - |
| YUV | 107.22 | 73.14 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 10 | 0 | 0.11 | 0.92 | 0.49 | 52.94 | 0.86 | 0.27 |
| Hex | 81 | 73 | A | 0 | B | 5C | 31 | 35 | 56 | 1B |
| Octal | 201 | 163 | 12 | 0 | 13 | 134 | 61 | 65 | 126 | 33 |
| Binary | 10000001 | 1110011 | 1010 | 0 | 1011 | 1011100 | 110001 | 110101 | 1010110 | 11011 |
Color Harmonies of #81730A
Complementary color
Monochromatic Colors of #81730A
Black with #81730A
Text Example
Text Example
White with #81730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81730A; }
p { color: rgb(129,115,10); }
H1.HeaderClassName
{
color: #81730A;
}
.AnyTagClassName
{
color: #81730A;
}
</style>
background-color css
<style>
a { background-color: #81730A; }
a { background-color: rgb(129,115,10); }
div.DivClassName
{
background-color: #81730A;
}
.BgClassName
{
background-color: #81730A;
}
</style>
border-color css
<style>
span { border-color: #81730A; }
span { border-color: rgb(129,115,10); }
td.TdClassName
{
border-color: #81730A;
}
.TagClassName
{
border-color: #81730A;
}
</style>