Shades of Olivetone #717512
Tints of Olivetone #717512
RGB
CMYK
RGB Variations
Color information
#717512 (or 0x717512) is known color: Olivetone. HEX triplet: 71, 75 and 12. RGB value is (113,117,18). Sum of RGB (Red+Green+Blue) = 113+117+18=248 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.56% from 248); Green value is 117 (46.09% from 255 or 47.18% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 117 - color contains mainly: green. Hex color #717512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717512 is #8E8AED. Grayscale: #686868. Windows color (decimal): -9341678 or 1209713. OLE color: 1209713.
HSL color Cylindrical-coordinate representation of color #717512: hue angle of 62.42º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #717512 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 18 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.54 |
| HSL | 62.42º | 0.73% | 0.26% | - |
| HSV(B) | 62.42º | 0.85% | 0.46% | - |
| XYZ | 13.28 | 16.28 | 3.01 | - |
| YUV | 104.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 18 | 0.03 | 0 | 0.85 | 0.54 | 62.42 | 0.73 | 0.26 |
| Hex | 71 | 75 | 12 | 3 | 0 | 55 | 36 | 3E | 49 | 1A |
| Octal | 161 | 165 | 22 | 3 | 0 | 125 | 66 | 76 | 111 | 32 |
| Binary | 1110001 | 1110101 | 10010 | 11 | 0 | 1010101 | 110110 | 111110 | 1001001 | 11010 |
Color Harmonies of #717512
Complementary color
Monochromatic Colors of #717512
Black with #717512
Text Example
Text Example
White with #717512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717512; }
p { color: rgb(113,117,18); }
H1.HeaderClassName
{
color: #717512;
}
.AnyTagClassName
{
color: #717512;
}
</style>
background-color css
<style>
a { background-color: #717512; }
a { background-color: rgb(113,117,18); }
div.DivClassName
{
background-color: #717512;
}
.BgClassName
{
background-color: #717512;
}
</style>
border-color css
<style>
span { border-color: #717512; }
span { border-color: rgb(113,117,18); }
td.TdClassName
{
border-color: #717512;
}
.TagClassName
{
border-color: #717512;
}
</style>