Shades of Olivetone #726B1D
Tints of Olivetone #726B1D
RGB
CMYK
RGB Variations
Color information
#726B1D (or 0x726B1D) is known color: Olivetone. HEX triplet: 72, 6B and 1D. RGB value is (114,107,29). Sum of RGB (Red+Green+Blue) = 114+107+29=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #726B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #726B1D is #8D94E2. Grayscale: #646464. Windows color (decimal): -9278691 or 1928050. OLE color: 1928050.
HSL color Cylindrical-coordinate representation of color #726B1D: hue angle of 55.06º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #726B1D is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 107 | 29 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.55 |
| HSL | 55.06º | 0.59% | 0.28% | - |
| HSV(B) | 55.06º | 0.75% | 0.45% | - |
| XYZ | 12.42 | 14.18 | 3.25 | - |
| YUV | 100.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 107 | 29 | 0 | 0.06 | 0.75 | 0.55 | 55.06 | 0.59 | 0.28 |
| Hex | 72 | 6B | 1D | 0 | 6 | 4B | 37 | 37 | 3B | 1C |
| Octal | 162 | 153 | 35 | 0 | 6 | 113 | 67 | 67 | 73 | 34 |
| Binary | 1110010 | 1101011 | 11101 | 0 | 110 | 1001011 | 110111 | 110111 | 111011 | 11100 |
Color Harmonies of #726B1D
Complementary color
Monochromatic Colors of #726B1D
Black with #726B1D
Text Example
Text Example
White with #726B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726B1D; }
p { color: rgb(114,107,29); }
H1.HeaderClassName
{
color: #726B1D;
}
.AnyTagClassName
{
color: #726B1D;
}
</style>
background-color css
<style>
a { background-color: #726B1D; }
a { background-color: rgb(114,107,29); }
div.DivClassName
{
background-color: #726B1D;
}
.BgClassName
{
background-color: #726B1D;
}
</style>
border-color css
<style>
span { border-color: #726B1D; }
span { border-color: rgb(114,107,29); }
td.TdClassName
{
border-color: #726B1D;
}
.TagClassName
{
border-color: #726B1D;
}
</style>