Shades of Olivetone #726A0D
Tints of Olivetone #726A0D
RGB
CMYK
RGB Variations
Color information
#726A0D (or 0x726A0D) is known color: Olivetone. HEX triplet: 72, 6A and 0D. RGB value is (114,106,13). Sum of RGB (Red+Green+Blue) = 114+106+13=233 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.93% from 233); Green value is 106 (41.80% from 255 or 45.49% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 114 - color contains mainly: red. Hex color #726A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #726A0D is #8D95F2. Grayscale: #626262. Windows color (decimal): -9278963 or 879218. OLE color: 879218.
HSL color Cylindrical-coordinate representation of color #726A0D: hue angle of 55.25º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #726A0D is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 106 | 13 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.55 |
| HSL | 55.25º | 0.8% | 0.25% | - |
| HSV(B) | 55.25º | 0.89% | 0.45% | - |
| XYZ | 12.17 | 13.91 | 2.43 | - |
| YUV | 97.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 106 | 13 | 0 | 0.07 | 0.89 | 0.55 | 55.25 | 0.8 | 0.25 |
| Hex | 72 | 6A | D | 0 | 7 | 59 | 37 | 37 | 50 | 19 |
| Octal | 162 | 152 | 15 | 0 | 7 | 131 | 67 | 67 | 120 | 31 |
| Binary | 1110010 | 1101010 | 1101 | 0 | 111 | 1011001 | 110111 | 110111 | 1010000 | 11001 |
Color Harmonies of #726A0D
Complementary color
Monochromatic Colors of #726A0D
Black with #726A0D
Text Example
Text Example
White with #726A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726A0D; }
p { color: rgb(114,106,13); }
H1.HeaderClassName
{
color: #726A0D;
}
.AnyTagClassName
{
color: #726A0D;
}
</style>
background-color css
<style>
a { background-color: #726A0D; }
a { background-color: rgb(114,106,13); }
div.DivClassName
{
background-color: #726A0D;
}
.BgClassName
{
background-color: #726A0D;
}
</style>
border-color css
<style>
span { border-color: #726A0D; }
span { border-color: rgb(114,106,13); }
td.TdClassName
{
border-color: #726A0D;
}
.TagClassName
{
border-color: #726A0D;
}
</style>