Shades of Olivetone #726E23
Tints of Olivetone #726E23
RGB
CMYK
RGB Variations
Color information
#726E23 (or 0x726E23) is known color: Olivetone. HEX triplet: 72, 6E and 23. RGB value is (114,110,35). Sum of RGB (Red+Green+Blue) = 114+110+35=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #726E23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726E23 is #8D91DC. Grayscale: #666666. Windows color (decimal): -9277917 or 2322034. OLE color: 2322034.
HSL color Cylindrical-coordinate representation of color #726E23: hue angle of 56.96º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #726E23 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 35 | - |
| CMYK | 0 | 0.04 | 0.69 | 0.55 |
| HSL | 56.96º | 0.53% | 0.29% | - |
| HSV(B) | 56.96º | 0.69% | 0.45% | - |
| XYZ | 12.82 | 14.85 | 3.78 | - |
| YUV | 102.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 35 | 0 | 0.04 | 0.69 | 0.55 | 56.96 | 0.53 | 0.29 |
| Hex | 72 | 6E | 23 | 0 | 4 | 45 | 37 | 39 | 35 | 1D |
| Octal | 162 | 156 | 43 | 0 | 4 | 105 | 67 | 71 | 65 | 35 |
| Binary | 1110010 | 1101110 | 100011 | 0 | 100 | 1000101 | 110111 | 111001 | 110101 | 11101 |
Color Harmonies of #726E23
Complementary color
Monochromatic Colors of #726E23
Black with #726E23
Text Example
Text Example
White with #726E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E23; }
p { color: rgb(114,110,35); }
H1.HeaderClassName
{
color: #726E23;
}
.AnyTagClassName
{
color: #726E23;
}
</style>
background-color css
<style>
a { background-color: #726E23; }
a { background-color: rgb(114,110,35); }
div.DivClassName
{
background-color: #726E23;
}
.BgClassName
{
background-color: #726E23;
}
</style>
border-color css
<style>
span { border-color: #726E23; }
span { border-color: rgb(114,110,35); }
td.TdClassName
{
border-color: #726E23;
}
.TagClassName
{
border-color: #726E23;
}
</style>