Shades of Olivetone #717523
Tints of Olivetone #717523
RGB
CMYK
RGB Variations
Color information
#717523 (or 0x717523) is known color: Olivetone. HEX triplet: 71, 75 and 23. RGB value is (113,117,35). Sum of RGB (Red+Green+Blue) = 113+117+35=265 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.64% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #717523 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717523 is #8E8ADC. Grayscale: #6A6A6A. Windows color (decimal): -9341661 or 2323825. OLE color: 2323825.
HSL color Cylindrical-coordinate representation of color #717523: hue angle of 62.93º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #717523 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 35 | - |
| CMYK | 0.03 | 0 | 0.70 | 0.54 |
| HSL | 62.93º | 0.54% | 0.3% | - |
| HSV(B) | 62.93º | 0.7% | 0.46% | - |
| XYZ | 13.47 | 16.35 | 4.04 | - |
| YUV | 106.46 | 87.67 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 35 | 0.03 | 0 | 0.70 | 0.54 | 62.93 | 0.54 | 0.3 |
| Hex | 71 | 75 | 23 | 3 | 0 | 46 | 36 | 3F | 36 | 1E |
| Octal | 161 | 165 | 43 | 3 | 0 | 106 | 66 | 77 | 66 | 36 |
| Binary | 1110001 | 1110101 | 100011 | 11 | 0 | 1000110 | 110110 | 111111 | 110110 | 11110 |
Color Harmonies of #717523
Complementary color
Monochromatic Colors of #717523
Black with #717523
Text Example
Text Example
White with #717523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717523; }
p { color: rgb(113,117,35); }
H1.HeaderClassName
{
color: #717523;
}
.AnyTagClassName
{
color: #717523;
}
</style>
background-color css
<style>
a { background-color: #717523; }
a { background-color: rgb(113,117,35); }
div.DivClassName
{
background-color: #717523;
}
.BgClassName
{
background-color: #717523;
}
</style>
border-color css
<style>
span { border-color: #717523; }
span { border-color: rgb(113,117,35); }
td.TdClassName
{
border-color: #717523;
}
.TagClassName
{
border-color: #717523;
}
</style>