Shades of Olivetone #727025
Tints of Olivetone #727025
RGB
CMYK
RGB Variations
Color information
#727025 (or 0x727025) is known color: Olivetone. HEX triplet: 72, 70 and 25. RGB value is (114,112,37). Sum of RGB (Red+Green+Blue) = 114+112+37=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 114 - color contains mainly: red. Hex color #727025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727025 is #8D8FDA. Grayscale: #686868. Windows color (decimal): -9277403 or 2453618. OLE color: 2453618.
HSL color Cylindrical-coordinate representation of color #727025: hue angle of 58.44º degrees, saturation: 0.51, 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 #727025 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 37 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.55 |
| HSL | 58.44º | 0.51% | 0.3% | - |
| HSV(B) | 58.44º | 0.68% | 0.45% | - |
| XYZ | 13.07 | 15.3 | 4.01 | - |
| YUV | 104.05 | 90.16 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 37 | 0 | 0.02 | 0.68 | 0.55 | 58.44 | 0.51 | 0.3 |
| Hex | 72 | 70 | 25 | 0 | 2 | 44 | 37 | 3A | 33 | 1E |
| Octal | 162 | 160 | 45 | 0 | 2 | 104 | 67 | 72 | 63 | 36 |
| Binary | 1110010 | 1110000 | 100101 | 0 | 10 | 1000100 | 110111 | 111010 | 110011 | 11110 |
Color Harmonies of #727025
Complementary color
Monochromatic Colors of #727025
Black with #727025
Text Example
Text Example
White with #727025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727025; }
p { color: rgb(114,112,37); }
H1.HeaderClassName
{
color: #727025;
}
.AnyTagClassName
{
color: #727025;
}
</style>
background-color css
<style>
a { background-color: #727025; }
a { background-color: rgb(114,112,37); }
div.DivClassName
{
background-color: #727025;
}
.BgClassName
{
background-color: #727025;
}
</style>
border-color css
<style>
span { border-color: #727025; }
span { border-color: rgb(114,112,37); }
td.TdClassName
{
border-color: #727025;
}
.TagClassName
{
border-color: #727025;
}
</style>