Shades of Olivetone #717519
Tints of Olivetone #717519
RGB
CMYK
RGB Variations
Color information
#717519 (or 0x717519) is known color: Olivetone. HEX triplet: 71, 75 and 19. RGB value is (113,117,25). Sum of RGB (Red+Green+Blue) = 113+117+25=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #717519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717519 is #8E8AE6. Grayscale: #696969. Windows color (decimal): -9341671 or 1668465. OLE color: 1668465.
HSL color Cylindrical-coordinate representation of color #717519: hue angle of 62.61º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #717519 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 25 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.54 |
| HSL | 62.61º | 0.65% | 0.28% | - |
| HSV(B) | 62.61º | 0.79% | 0.46% | - |
| XYZ | 13.35 | 16.3 | 3.36 | - |
| YUV | 105.32 | 82.67 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 25 | 0.03 | 0 | 0.79 | 0.54 | 62.61 | 0.65 | 0.28 |
| Hex | 71 | 75 | 19 | 3 | 0 | 4F | 36 | 3F | 41 | 1C |
| Octal | 161 | 165 | 31 | 3 | 0 | 117 | 66 | 77 | 101 | 34 |
| Binary | 1110001 | 1110101 | 11001 | 11 | 0 | 1001111 | 110110 | 111111 | 1000001 | 11100 |
Color Harmonies of #717519
Complementary color
Monochromatic Colors of #717519
Black with #717519
Text Example
Text Example
White with #717519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717519; }
p { color: rgb(113,117,25); }
H1.HeaderClassName
{
color: #717519;
}
.AnyTagClassName
{
color: #717519;
}
</style>
background-color css
<style>
a { background-color: #717519; }
a { background-color: rgb(113,117,25); }
div.DivClassName
{
background-color: #717519;
}
.BgClassName
{
background-color: #717519;
}
</style>
border-color css
<style>
span { border-color: #717519; }
span { border-color: rgb(113,117,25); }
td.TdClassName
{
border-color: #717519;
}
.TagClassName
{
border-color: #717519;
}
</style>