Shades of Olivetone #71781D
Tints of Olivetone #71781D
RGB
CMYK
RGB Variations
Color information
#71781D (or 0x71781D) is known color: Olivetone. HEX triplet: 71, 78 and 1D. RGB value is (113,120,29). Sum of RGB (Red+Green+Blue) = 113+120+29=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 120 (47.27% from 255 or 45.80% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 120 - color contains mainly: green. Hex color #71781D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71781D is #8E87E2. Grayscale: #6B6B6B. Windows color (decimal): -9340899 or 1931377. OLE color: 1931377.
HSL color Cylindrical-coordinate representation of color #71781D: hue angle of 64.62º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #71781D is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 29 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.53 |
| HSL | 64.62º | 0.61% | 0.29% | - |
| HSV(B) | 64.62º | 0.76% | 0.47% | - |
| XYZ | 13.75 | 17.03 | 3.73 | - |
| YUV | 107.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 29 | 0.06 | 0 | 0.76 | 0.53 | 64.62 | 0.61 | 0.29 |
| Hex | 71 | 78 | 1D | 6 | 0 | 4C | 35 | 41 | 3D | 1D |
| Octal | 161 | 170 | 35 | 6 | 0 | 114 | 65 | 101 | 75 | 35 |
| Binary | 1110001 | 1111000 | 11101 | 110 | 0 | 1001100 | 110101 | 1000001 | 111101 | 11101 |
Color Harmonies of #71781D
Complementary color
Monochromatic Colors of #71781D
Black with #71781D
Text Example
Text Example
White with #71781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71781D; }
p { color: rgb(113,120,29); }
H1.HeaderClassName
{
color: #71781D;
}
.AnyTagClassName
{
color: #71781D;
}
</style>
background-color css
<style>
a { background-color: #71781D; }
a { background-color: rgb(113,120,29); }
div.DivClassName
{
background-color: #71781D;
}
.BgClassName
{
background-color: #71781D;
}
</style>
border-color css
<style>
span { border-color: #71781D; }
span { border-color: rgb(113,120,29); }
td.TdClassName
{
border-color: #71781D;
}
.TagClassName
{
border-color: #71781D;
}
</style>