Shades of Olivetone #727832
Tints of Olivetone #727832
RGB
CMYK
RGB Variations
Color information
#727832 (or 0x727832) is known color: Olivetone. HEX triplet: 72, 78 and 32. RGB value is (114,120,50). Sum of RGB (Red+Green+Blue) = 114+120+50=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 120 - color contains mainly: green. Hex color #727832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #727832 is #8D87CD. Grayscale: #6E6E6E. Windows color (decimal): -9275342 or 3307634. OLE color: 3307634.
HSL color Cylindrical-coordinate representation of color #727832: hue angle of 65.14º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #727832 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 114 | 120 | 50 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.53 |
| HSL | 65.14º | 0.41% | 0.33% | - |
| HSV(B) | 65.14º | 0.58% | 0.47% | - |
| XYZ | 14.23 | 17.24 | 5.6 | - |
| YUV | 110.23 | 94.01 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 120 | 50 | 0.05 | 0 | 0.58 | 0.53 | 65.14 | 0.41 | 0.33 |
| Hex | 72 | 78 | 32 | 5 | 0 | 3A | 35 | 41 | 29 | 21 |
| Octal | 162 | 170 | 62 | 5 | 0 | 72 | 65 | 101 | 51 | 41 |
| Binary | 1110010 | 1111000 | 110010 | 101 | 0 | 111010 | 110101 | 1000001 | 101001 | 100001 |
Color Harmonies of #727832
Complementary color
Monochromatic Colors of #727832
Black with #727832
Text Example
Text Example
White with #727832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727832; }
p { color: rgb(114,120,50); }
H1.HeaderClassName
{
color: #727832;
}
.AnyTagClassName
{
color: #727832;
}
</style>
background-color css
<style>
a { background-color: #727832; }
a { background-color: rgb(114,120,50); }
div.DivClassName
{
background-color: #727832;
}
.BgClassName
{
background-color: #727832;
}
</style>
border-color css
<style>
span { border-color: #727832; }
span { border-color: rgb(114,120,50); }
td.TdClassName
{
border-color: #727832;
}
.TagClassName
{
border-color: #727832;
}
</style>