Shades of Olivetone #727325
Tints of Olivetone #727325
RGB
CMYK
RGB Variations
Color information
#727325 (or 0x727325) is known color: Olivetone. HEX triplet: 72, 73 and 25. RGB value is (114,115,37). Sum of RGB (Red+Green+Blue) = 114+115+37=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #727325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727325 is #8D8CDA. Grayscale: #6A6A6A. Windows color (decimal): -9276635 or 2454386. OLE color: 2454386.
HSL color Cylindrical-coordinate representation of color #727325: hue angle of 60.77º 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 #727325 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 115 | 37 | - |
| CMYK | 0.01 | 0 | 0.68 | 0.55 |
| HSL | 60.77º | 0.51% | 0.3% | - |
| HSV(B) | 60.77º | 0.68% | 0.45% | - |
| XYZ | 13.4 | 15.97 | 4.13 | - |
| YUV | 105.81 | 89.17 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 115 | 37 | 0.01 | 0 | 0.68 | 0.55 | 60.77 | 0.51 | 0.3 |
| Hex | 72 | 73 | 25 | 1 | 0 | 44 | 37 | 3D | 33 | 1E |
| Octal | 162 | 163 | 45 | 1 | 0 | 104 | 67 | 75 | 63 | 36 |
| Binary | 1110010 | 1110011 | 100101 | 1 | 0 | 1000100 | 110111 | 111101 | 110011 | 11110 |
Color Harmonies of #727325
Complementary color
Monochromatic Colors of #727325
Black with #727325
Text Example
Text Example
White with #727325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727325; }
p { color: rgb(114,115,37); }
H1.HeaderClassName
{
color: #727325;
}
.AnyTagClassName
{
color: #727325;
}
</style>
background-color css
<style>
a { background-color: #727325; }
a { background-color: rgb(114,115,37); }
div.DivClassName
{
background-color: #727325;
}
.BgClassName
{
background-color: #727325;
}
</style>
border-color css
<style>
span { border-color: #727325; }
span { border-color: rgb(114,115,37); }
td.TdClassName
{
border-color: #727325;
}
.TagClassName
{
border-color: #727325;
}
</style>