Shades of Olivetone #717020
Tints of Olivetone #717020
RGB
CMYK
RGB Variations
Color information
#717020 (or 0x717020) is known color: Olivetone. HEX triplet: 71, 70 and 20. RGB value is (113,112,32). Sum of RGB (Red+Green+Blue) = 113+112+32=257 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.97% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 113 - color contains mainly: red. Hex color #717020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717020 is #8E8FDF. Grayscale: #676767. Windows color (decimal): -9342944 or 2125937. OLE color: 2125937.
HSL color Cylindrical-coordinate representation of color #717020: hue angle of 59.26º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #717020 is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 32 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.56 |
| HSL | 59.26º | 0.56% | 0.28% | - |
| HSV(B) | 59.26º | 0.72% | 0.44% | - |
| XYZ | 12.86 | 15.2 | 3.62 | - |
| YUV | 103.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 32 | 0 | 0.01 | 0.72 | 0.56 | 59.26 | 0.56 | 0.28 |
| Hex | 71 | 70 | 20 | 0 | 1 | 48 | 38 | 3B | 38 | 1C |
| Octal | 161 | 160 | 40 | 0 | 1 | 110 | 70 | 73 | 70 | 34 |
| Binary | 1110001 | 1110000 | 100000 | 0 | 1 | 1001000 | 111000 | 111011 | 111000 | 11100 |
Color Harmonies of #717020
Complementary color
Monochromatic Colors of #717020
Black with #717020
Text Example
Text Example
White with #717020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717020; }
p { color: rgb(113,112,32); }
H1.HeaderClassName
{
color: #717020;
}
.AnyTagClassName
{
color: #717020;
}
</style>
background-color css
<style>
a { background-color: #717020; }
a { background-color: rgb(113,112,32); }
div.DivClassName
{
background-color: #717020;
}
.BgClassName
{
background-color: #717020;
}
</style>
border-color css
<style>
span { border-color: #717020; }
span { border-color: rgb(113,112,32); }
td.TdClassName
{
border-color: #717020;
}
.TagClassName
{
border-color: #717020;
}
</style>