Shades of Olive #81770D
Tints of Olive #81770D
RGB
CMYK
RGB Variations
Color information
#81770D (or 0x81770D) is known color: Olive. HEX triplet: 81, 77 and 0D. RGB value is (129,119,13). Sum of RGB (Red+Green+Blue) = 129+119+13=261 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.43% from 261); Green value is 119 (46.88% from 255 or 45.59% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 129 - color contains mainly: red. Hex color #81770D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81770D is #7E88F2. Grayscale: #6E6E6E. Windows color (decimal): -8292595 or 882561. OLE color: 882561.
HSL color Cylindrical-coordinate representation of color #81770D: hue angle of 54.83º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81770D is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 119 | 13 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.49 |
| HSL | 54.83º | 0.82% | 0.28% | - |
| HSV(B) | 54.83º | 0.9% | 0.51% | - |
| XYZ | 15.72 | 17.89 | 3.01 | - |
| YUV | 109.91 | 73.31 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 13 | 0 | 0.08 | 0.90 | 0.49 | 54.83 | 0.82 | 0.28 |
| Hex | 81 | 77 | D | 0 | 8 | 5A | 31 | 37 | 52 | 1C |
| Octal | 201 | 167 | 15 | 0 | 10 | 132 | 61 | 67 | 122 | 34 |
| Binary | 10000001 | 1110111 | 1101 | 0 | 1000 | 1011010 | 110001 | 110111 | 1010010 | 11100 |
Color Harmonies of #81770D
Complementary color
Monochromatic Colors of #81770D
Black with #81770D
Text Example
Text Example
White with #81770D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81770D; }
p { color: rgb(129,119,13); }
H1.HeaderClassName
{
color: #81770D;
}
.AnyTagClassName
{
color: #81770D;
}
</style>
background-color css
<style>
a { background-color: #81770D; }
a { background-color: rgb(129,119,13); }
div.DivClassName
{
background-color: #81770D;
}
.BgClassName
{
background-color: #81770D;
}
</style>
border-color css
<style>
span { border-color: #81770D; }
span { border-color: rgb(129,119,13); }
td.TdClassName
{
border-color: #81770D;
}
.TagClassName
{
border-color: #81770D;
}
</style>