Shades of Olivetone #73721D
Tints of Olivetone #73721D
RGB
CMYK
RGB Variations
Color information
#73721D (or 0x73721D) is known color: Olivetone. HEX triplet: 73, 72 and 1D. RGB value is (115,114,29). Sum of RGB (Red+Green+Blue) = 115+114+29=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #73721D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73721D is #8C8DE2. Grayscale: #686868. Windows color (decimal): -9211363 or 1929843. OLE color: 1929843.
HSL color Cylindrical-coordinate representation of color #73721D: hue angle of 59.3º degrees, saturation: 0.6, 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 #73721D is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 29 | - |
| CMYK | 0 | 0.01 | 0.75 | 0.55 |
| HSL | 59.3º | 0.6% | 0.28% | - |
| HSV(B) | 59.3º | 0.75% | 0.45% | - |
| XYZ | 13.31 | 15.77 | 3.5 | - |
| YUV | 104.61 | 85.33 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 29 | 0 | 0.01 | 0.75 | 0.55 | 59.3 | 0.6 | 0.28 |
| Hex | 73 | 72 | 1D | 0 | 1 | 4B | 37 | 3B | 3C | 1C |
| Octal | 163 | 162 | 35 | 0 | 1 | 113 | 67 | 73 | 74 | 34 |
| Binary | 1110011 | 1110010 | 11101 | 0 | 1 | 1001011 | 110111 | 111011 | 111100 | 11100 |
Color Harmonies of #73721D
Complementary color
Monochromatic Colors of #73721D
Black with #73721D
Text Example
Text Example
White with #73721D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73721D; }
p { color: rgb(115,114,29); }
H1.HeaderClassName
{
color: #73721D;
}
.AnyTagClassName
{
color: #73721D;
}
</style>
background-color css
<style>
a { background-color: #73721D; }
a { background-color: rgb(115,114,29); }
div.DivClassName
{
background-color: #73721D;
}
.BgClassName
{
background-color: #73721D;
}
</style>
border-color css
<style>
span { border-color: #73721D; }
span { border-color: rgb(115,114,29); }
td.TdClassName
{
border-color: #73721D;
}
.TagClassName
{
border-color: #73721D;
}
</style>