Shades of Olive #81710D
Tints of Olive #81710D
RGB
CMYK
RGB Variations
Color information
#81710D (or 0x81710D) is known color: Olive. HEX triplet: 81, 71 and 0D. RGB value is (129,113,13). Sum of RGB (Red+Green+Blue) = 129+113+13=255 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.59% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 129 - color contains mainly: red. Hex color #81710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #81710D is #7E8EF2. Grayscale: #6A6A6A. Windows color (decimal): -8294131 or 881025. OLE color: 881025.
HSL color Cylindrical-coordinate representation of color #81710D: hue angle of 51.72º 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 #81710D is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 113 | 13 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.49 |
| HSL | 51.72º | 0.82% | 0.28% | - |
| HSV(B) | 51.72º | 0.9% | 0.51% | - |
| XYZ | 15.03 | 16.51 | 2.77 | - |
| YUV | 106.38 | 75.3 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 113 | 13 | 0 | 0.12 | 0.90 | 0.49 | 51.72 | 0.82 | 0.28 |
| Hex | 81 | 71 | D | 0 | C | 5A | 31 | 34 | 52 | 1C |
| Octal | 201 | 161 | 15 | 0 | 14 | 132 | 61 | 64 | 122 | 34 |
| Binary | 10000001 | 1110001 | 1101 | 0 | 1100 | 1011010 | 110001 | 110100 | 1010010 | 11100 |
Color Harmonies of #81710D
Complementary color
Monochromatic Colors of #81710D
Black with #81710D
Text Example
Text Example
White with #81710D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81710D; }
p { color: rgb(129,113,13); }
H1.HeaderClassName
{
color: #81710D;
}
.AnyTagClassName
{
color: #81710D;
}
</style>
background-color css
<style>
a { background-color: #81710D; }
a { background-color: rgb(129,113,13); }
div.DivClassName
{
background-color: #81710D;
}
.BgClassName
{
background-color: #81710D;
}
</style>
border-color css
<style>
span { border-color: #81710D; }
span { border-color: rgb(129,113,13); }
td.TdClassName
{
border-color: #81710D;
}
.TagClassName
{
border-color: #81710D;
}
</style>