Shades of Olivetone #727127
Tints of Olivetone #727127
RGB
CMYK
RGB Variations
Color information
#727127 (or 0x727127) is known color: Olivetone. HEX triplet: 72, 71 and 27. RGB value is (114,113,39). Sum of RGB (Red+Green+Blue) = 114+113+39=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 114 - color contains mainly: red. Hex color #727127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727127 is #8D8ED8. Grayscale: #696969. Windows color (decimal): -9277145 or 2584946. OLE color: 2584946.
HSL color Cylindrical-coordinate representation of color #727127: hue angle of 59.2º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #727127 is Cyan = 0, Magento = 0.01, Yellow = 0.66 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 113 | 39 | - |
| CMYK | 0 | 0.01 | 0.66 | 0.55 |
| HSL | 59.2º | 0.49% | 0.3% | - |
| HSV(B) | 59.2º | 0.66% | 0.45% | - |
| XYZ | 13.21 | 15.53 | 4.22 | - |
| YUV | 104.86 | 90.83 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 39 | 0 | 0.01 | 0.66 | 0.55 | 59.2 | 0.49 | 0.3 |
| Hex | 72 | 71 | 27 | 0 | 1 | 42 | 37 | 3B | 31 | 1E |
| Octal | 162 | 161 | 47 | 0 | 1 | 102 | 67 | 73 | 61 | 36 |
| Binary | 1110010 | 1110001 | 100111 | 0 | 1 | 1000010 | 110111 | 111011 | 110001 | 11110 |
Color Harmonies of #727127
Complementary color
Monochromatic Colors of #727127
Black with #727127
Text Example
Text Example
White with #727127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727127; }
p { color: rgb(114,113,39); }
H1.HeaderClassName
{
color: #727127;
}
.AnyTagClassName
{
color: #727127;
}
</style>
background-color css
<style>
a { background-color: #727127; }
a { background-color: rgb(114,113,39); }
div.DivClassName
{
background-color: #727127;
}
.BgClassName
{
background-color: #727127;
}
</style>
border-color css
<style>
span { border-color: #727127; }
span { border-color: rgb(114,113,39); }
td.TdClassName
{
border-color: #727127;
}
.TagClassName
{
border-color: #727127;
}
</style>