Shades of Olivetone #726B26
Tints of Olivetone #726B26
RGB
CMYK
RGB Variations
Color information
#726B26 (or 0x726B26) is known color: Olivetone. HEX triplet: 72, 6B and 26. RGB value is (114,107,38). Sum of RGB (Red+Green+Blue) = 114+107+38=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 107 (42.19% from 255 or 41.31% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 114 - color contains mainly: red. Hex color #726B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B26 is #8D94D9. Grayscale: #656565. Windows color (decimal): -9278682 or 2517874. OLE color: 2517874.
HSL color Cylindrical-coordinate representation of color #726B26: hue angle of 54.47º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #726B26 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 38 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.55 |
| HSL | 54.47º | 0.5% | 0.3% | - |
| HSV(B) | 54.47º | 0.67% | 0.45% | - |
| XYZ | 12.55 | 14.23 | 3.92 | - |
| YUV | 101.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 38 | 0 | 0.06 | 0.67 | 0.55 | 54.47 | 0.5 | 0.3 |
| Hex | 72 | 6B | 26 | 0 | 6 | 43 | 37 | 36 | 32 | 1E |
| Octal | 162 | 153 | 46 | 0 | 6 | 103 | 67 | 66 | 62 | 36 |
| Binary | 1110010 | 1101011 | 100110 | 0 | 110 | 1000011 | 110111 | 110110 | 110010 | 11110 |
Color Harmonies of #726B26
Complementary color
Monochromatic Colors of #726B26
Black with #726B26
Text Example
Text Example
White with #726B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B26; }
p { color: rgb(114,107,38); }
H1.HeaderClassName
{
color: #726B26;
}
.AnyTagClassName
{
color: #726B26;
}
</style>
background-color css
<style>
a { background-color: #726B26; }
a { background-color: rgb(114,107,38); }
div.DivClassName
{
background-color: #726B26;
}
.BgClassName
{
background-color: #726B26;
}
</style>
border-color css
<style>
span { border-color: #726B26; }
span { border-color: rgb(114,107,38); }
td.TdClassName
{
border-color: #726B26;
}
.TagClassName
{
border-color: #726B26;
}
</style>