Shades of Olivetone #73721B
Tints of Olivetone #73721B
RGB
CMYK
RGB Variations
Color information
#73721B (or 0x73721B) is known color: Olivetone. HEX triplet: 73, 72 and 1B. RGB value is (115,114,27). Sum of RGB (Red+Green+Blue) = 115+114+27=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 115 - color contains mainly: red. Hex color #73721B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73721B is #8C8DE4. Grayscale: #686868. Windows color (decimal): -9211365 or 1798771. OLE color: 1798771.
HSL color Cylindrical-coordinate representation of color #73721B: hue angle of 59.32º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73721B is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 114 | 27 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.55 |
| HSL | 59.32º | 0.62% | 0.28% | - |
| HSV(B) | 59.32º | 0.77% | 0.45% | - |
| XYZ | 13.29 | 15.76 | 3.38 | - |
| YUV | 104.38 | 84.33 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 114 | 27 | 0 | 0.01 | 0.77 | 0.55 | 59.32 | 0.62 | 0.28 |
| Hex | 73 | 72 | 1B | 0 | 1 | 4D | 37 | 3B | 3E | 1C |
| Octal | 163 | 162 | 33 | 0 | 1 | 115 | 67 | 73 | 76 | 34 |
| Binary | 1110011 | 1110010 | 11011 | 0 | 1 | 1001101 | 110111 | 111011 | 111110 | 11100 |
Color Harmonies of #73721B
Complementary color
Monochromatic Colors of #73721B
Black with #73721B
Text Example
Text Example
White with #73721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73721B; }
p { color: rgb(115,114,27); }
H1.HeaderClassName
{
color: #73721B;
}
.AnyTagClassName
{
color: #73721B;
}
</style>
background-color css
<style>
a { background-color: #73721B; }
a { background-color: rgb(115,114,27); }
div.DivClassName
{
background-color: #73721B;
}
.BgClassName
{
background-color: #73721B;
}
</style>
border-color css
<style>
span { border-color: #73721B; }
span { border-color: rgb(115,114,27); }
td.TdClassName
{
border-color: #73721B;
}
.TagClassName
{
border-color: #73721B;
}
</style>