Shades of Olivetone #71781C
Tints of Olivetone #71781C
RGB
CMYK
RGB Variations
Color information
#71781C (or 0x71781C) is known color: Olivetone. HEX triplet: 71, 78 and 1C. RGB value is (113,120,28). Sum of RGB (Red+Green+Blue) = 113+120+28=261 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.30% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #71781C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71781C is #8E87E3. Grayscale: #6B6B6B. Windows color (decimal): -9340900 or 1865841. OLE color: 1865841.
HSL color Cylindrical-coordinate representation of color #71781C: hue angle of 64.57º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #71781C is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 120 | 28 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.53 |
| HSL | 64.57º | 0.62% | 0.29% | - |
| HSV(B) | 64.57º | 0.77% | 0.47% | - |
| XYZ | 13.74 | 17.03 | 3.66 | - |
| YUV | 107.42 | 83.18 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 120 | 28 | 0.06 | 0 | 0.77 | 0.53 | 64.57 | 0.62 | 0.29 |
| Hex | 71 | 78 | 1C | 6 | 0 | 4D | 35 | 41 | 3E | 1D |
| Octal | 161 | 170 | 34 | 6 | 0 | 115 | 65 | 101 | 76 | 35 |
| Binary | 1110001 | 1111000 | 11100 | 110 | 0 | 1001101 | 110101 | 1000001 | 111110 | 11101 |
Color Harmonies of #71781C
Complementary color
Monochromatic Colors of #71781C
Black with #71781C
Text Example
Text Example
White with #71781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71781C; }
p { color: rgb(113,120,28); }
H1.HeaderClassName
{
color: #71781C;
}
.AnyTagClassName
{
color: #71781C;
}
</style>
background-color css
<style>
a { background-color: #71781C; }
a { background-color: rgb(113,120,28); }
div.DivClassName
{
background-color: #71781C;
}
.BgClassName
{
background-color: #71781C;
}
</style>
border-color css
<style>
span { border-color: #71781C; }
span { border-color: rgb(113,120,28); }
td.TdClassName
{
border-color: #71781C;
}
.TagClassName
{
border-color: #71781C;
}
</style>