Shades of Olivetone #72680D
Tints of Olivetone #72680D
RGB
CMYK
RGB Variations
Color information
#72680D (or 0x72680D) is known color: Olivetone. HEX triplet: 72, 68 and 0D. RGB value is (114,104,13). Sum of RGB (Red+Green+Blue) = 114+104+13=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 104 (41.02% from 255 or 45.02% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #72680D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72680D is #8D97F2. Grayscale: #606060. Windows color (decimal): -9279475 or 878706. OLE color: 878706.
HSL color Cylindrical-coordinate representation of color #72680D: hue angle of 54.06º 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 #72680D is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 104 | 13 | - |
| CMYK | 0 | 0.09 | 0.89 | 0.55 |
| HSL | 54.06º | 0.8% | 0.25% | - |
| HSV(B) | 54.06º | 0.89% | 0.45% | - |
| XYZ | 11.96 | 13.51 | 2.36 | - |
| YUV | 96.62 | 80.81 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 104 | 13 | 0 | 0.09 | 0.89 | 0.55 | 54.06 | 0.8 | 0.25 |
| Hex | 72 | 68 | D | 0 | 9 | 59 | 37 | 36 | 50 | 19 |
| Octal | 162 | 150 | 15 | 0 | 11 | 131 | 67 | 66 | 120 | 31 |
| Binary | 1110010 | 1101000 | 1101 | 0 | 1001 | 1011001 | 110111 | 110110 | 1010000 | 11001 |
Color Harmonies of #72680D
Complementary color
Monochromatic Colors of #72680D
Black with #72680D
Text Example
Text Example
White with #72680D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72680D; }
p { color: rgb(114,104,13); }
H1.HeaderClassName
{
color: #72680D;
}
.AnyTagClassName
{
color: #72680D;
}
</style>
background-color css
<style>
a { background-color: #72680D; }
a { background-color: rgb(114,104,13); }
div.DivClassName
{
background-color: #72680D;
}
.BgClassName
{
background-color: #72680D;
}
</style>
border-color css
<style>
span { border-color: #72680D; }
span { border-color: rgb(114,104,13); }
td.TdClassName
{
border-color: #72680D;
}
.TagClassName
{
border-color: #72680D;
}
</style>