Shades of Olivetone #72690D
Tints of Olivetone #72690D
RGB
CMYK
RGB Variations
Color information
#72690D (or 0x72690D) is known color: Olivetone. HEX triplet: 72, 69 and 0D. RGB value is (114,105,13). Sum of RGB (Red+Green+Blue) = 114+105+13=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #72690D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72690D is #8D96F2. Grayscale: #616161. Windows color (decimal): -9279219 or 878962. OLE color: 878962.
HSL color Cylindrical-coordinate representation of color #72690D: hue angle of 54.65º 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 #72690D is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 105 | 13 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.55 |
| HSL | 54.65º | 0.8% | 0.25% | - |
| HSV(B) | 54.65º | 0.89% | 0.45% | - |
| XYZ | 12.06 | 13.71 | 2.39 | - |
| YUV | 97.2 | 80.48 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 105 | 13 | 0 | 0.08 | 0.89 | 0.55 | 54.65 | 0.8 | 0.25 |
| Hex | 72 | 69 | D | 0 | 8 | 59 | 37 | 37 | 50 | 19 |
| Octal | 162 | 151 | 15 | 0 | 10 | 131 | 67 | 67 | 120 | 31 |
| Binary | 1110010 | 1101001 | 1101 | 0 | 1000 | 1011001 | 110111 | 110111 | 1010000 | 11001 |
Color Harmonies of #72690D
Complementary color
Monochromatic Colors of #72690D
Black with #72690D
Text Example
Text Example
White with #72690D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72690D; }
p { color: rgb(114,105,13); }
H1.HeaderClassName
{
color: #72690D;
}
.AnyTagClassName
{
color: #72690D;
}
</style>
background-color css
<style>
a { background-color: #72690D; }
a { background-color: rgb(114,105,13); }
div.DivClassName
{
background-color: #72690D;
}
.BgClassName
{
background-color: #72690D;
}
</style>
border-color css
<style>
span { border-color: #72690D; }
span { border-color: rgb(114,105,13); }
td.TdClassName
{
border-color: #72690D;
}
.TagClassName
{
border-color: #72690D;
}
</style>