Shades of Olivetone #73701C
Tints of Olivetone #73701C
RGB
CMYK
RGB Variations
Color information
#73701C (or 0x73701C) is known color: Olivetone. HEX triplet: 73, 70 and 1C. RGB value is (115,112,28). Sum of RGB (Red+Green+Blue) = 115+112+28=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #73701C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73701C is #8C8FE3. Grayscale: #676767. Windows color (decimal): -9211876 or 1863795. OLE color: 1863795.
HSL color Cylindrical-coordinate representation of color #73701C: hue angle of 57.93º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73701C is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 28 | - |
| CMYK | 0 | 0.03 | 0.76 | 0.55 |
| HSL | 57.93º | 0.61% | 0.28% | - |
| HSV(B) | 57.93º | 0.76% | 0.45% | - |
| XYZ | 13.07 | 15.32 | 3.37 | - |
| YUV | 103.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 28 | 0 | 0.03 | 0.76 | 0.55 | 57.93 | 0.61 | 0.28 |
| Hex | 73 | 70 | 1C | 0 | 3 | 4C | 37 | 3A | 3D | 1C |
| Octal | 163 | 160 | 34 | 0 | 3 | 114 | 67 | 72 | 75 | 34 |
| Binary | 1110011 | 1110000 | 11100 | 0 | 11 | 1001100 | 110111 | 111010 | 111101 | 11100 |
Color Harmonies of #73701C
Complementary color
Monochromatic Colors of #73701C
Black with #73701C
Text Example
Text Example
White with #73701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73701C; }
p { color: rgb(115,112,28); }
H1.HeaderClassName
{
color: #73701C;
}
.AnyTagClassName
{
color: #73701C;
}
</style>
background-color css
<style>
a { background-color: #73701C; }
a { background-color: rgb(115,112,28); }
div.DivClassName
{
background-color: #73701C;
}
.BgClassName
{
background-color: #73701C;
}
</style>
border-color css
<style>
span { border-color: #73701C; }
span { border-color: rgb(115,112,28); }
td.TdClassName
{
border-color: #73701C;
}
.TagClassName
{
border-color: #73701C;
}
</style>