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