Shades of Olivetone #717425
Tints of Olivetone #717425
RGB
CMYK
RGB Variations
Color information
#717425 (or 0x717425) is known color: Olivetone. HEX triplet: 71, 74 and 25. RGB value is (113,116,37). Sum of RGB (Red+Green+Blue) = 113+116+37=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #717425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #717425 is #8E8BDA. Grayscale: #6A6A6A. Windows color (decimal): -9341915 or 2454641. OLE color: 2454641.
HSL color Cylindrical-coordinate representation of color #717425: hue angle of 62.28º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #717425 is Cyan = 0.03, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 37 | - |
| CMYK | 0.03 | 0 | 0.68 | 0.55 |
| HSL | 62.28º | 0.52% | 0.3% | - |
| HSV(B) | 62.28º | 0.68% | 0.45% | - |
| XYZ | 13.39 | 16.14 | 4.16 | - |
| YUV | 106.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 37 | 0.03 | 0 | 0.68 | 0.55 | 62.28 | 0.52 | 0.3 |
| Hex | 71 | 74 | 25 | 3 | 0 | 44 | 37 | 3E | 34 | 1E |
| Octal | 161 | 164 | 45 | 3 | 0 | 104 | 67 | 76 | 64 | 36 |
| Binary | 1110001 | 1110100 | 100101 | 11 | 0 | 1000100 | 110111 | 111110 | 110100 | 11110 |
Color Harmonies of #717425
Complementary color
Monochromatic Colors of #717425
Black with #717425
Text Example
Text Example
White with #717425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717425; }
p { color: rgb(113,116,37); }
H1.HeaderClassName
{
color: #717425;
}
.AnyTagClassName
{
color: #717425;
}
</style>
background-color css
<style>
a { background-color: #717425; }
a { background-color: rgb(113,116,37); }
div.DivClassName
{
background-color: #717425;
}
.BgClassName
{
background-color: #717425;
}
</style>
border-color css
<style>
span { border-color: #717425; }
span { border-color: rgb(113,116,37); }
td.TdClassName
{
border-color: #717425;
}
.TagClassName
{
border-color: #717425;
}
</style>