Shades of Olivetone #726622
Tints of Olivetone #726622
RGB
CMYK
RGB Variations
Color information
#726622 (or 0x726622) is known color: Olivetone. HEX triplet: 72, 66 and 22. RGB value is (114,102,34). Sum of RGB (Red+Green+Blue) = 114+102+34=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726622 is #8D99DD. Grayscale: #626262. Windows color (decimal): -9279966 or 2254450. OLE color: 2254450.
HSL color Cylindrical-coordinate representation of color #726622: hue angle of 51º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #726622 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 102 | 34 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.55 |
| HSL | 51º | 0.54% | 0.29% | - |
| HSV(B) | 51º | 0.7% | 0.45% | - |
| XYZ | 11.98 | 13.2 | 3.43 | - |
| YUV | 97.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 102 | 34 | 0 | 0.11 | 0.70 | 0.55 | 51 | 0.54 | 0.29 |
| Hex | 72 | 66 | 22 | 0 | B | 46 | 37 | 33 | 36 | 1D |
| Octal | 162 | 146 | 42 | 0 | 13 | 106 | 67 | 63 | 66 | 35 |
| Binary | 1110010 | 1100110 | 100010 | 0 | 1011 | 1000110 | 110111 | 110011 | 110110 | 11101 |
Color Harmonies of #726622
Complementary color
Monochromatic Colors of #726622
Black with #726622
Text Example
Text Example
White with #726622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726622; }
p { color: rgb(114,102,34); }
H1.HeaderClassName
{
color: #726622;
}
.AnyTagClassName
{
color: #726622;
}
</style>
background-color css
<style>
a { background-color: #726622; }
a { background-color: rgb(114,102,34); }
div.DivClassName
{
background-color: #726622;
}
.BgClassName
{
background-color: #726622;
}
</style>
border-color css
<style>
span { border-color: #726622; }
span { border-color: rgb(114,102,34); }
td.TdClassName
{
border-color: #726622;
}
.TagClassName
{
border-color: #726622;
}
</style>