Shades of Olivetone #73702C
Tints of Olivetone #73702C
RGB
CMYK
RGB Variations
Color information
#73702C (or 0x73702C) is known color: Olivetone. HEX triplet: 73, 70 and 2C. RGB value is (115,112,44). Sum of RGB (Red+Green+Blue) = 115+112+44=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 44 (17.58% from 255 or 16.24% from 271); Max value from RGB is 115 - color contains mainly: red. Hex color #73702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73702C is #8C8FD3. Grayscale: #696969. Windows color (decimal): -9211860 or 2912371. OLE color: 2912371.
HSL color Cylindrical-coordinate representation of color #73702C: hue angle of 57.46º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73702C is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 112 | 44 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.55 |
| HSL | 57.46º | 0.45% | 0.31% | - |
| HSV(B) | 57.46º | 0.62% | 0.45% | - |
| XYZ | 13.32 | 15.42 | 4.66 | - |
| YUV | 105.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 112 | 44 | 0 | 0.03 | 0.62 | 0.55 | 57.46 | 0.45 | 0.31 |
| Hex | 73 | 70 | 2C | 0 | 3 | 3E | 37 | 39 | 2D | 1F |
| Octal | 163 | 160 | 54 | 0 | 3 | 76 | 67 | 71 | 55 | 37 |
| Binary | 1110011 | 1110000 | 101100 | 0 | 11 | 111110 | 110111 | 111001 | 101101 | 11111 |
Color Harmonies of #73702C
Complementary color
Monochromatic Colors of #73702C
Black with #73702C
Text Example
Text Example
White with #73702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73702C; }
p { color: rgb(115,112,44); }
H1.HeaderClassName
{
color: #73702C;
}
.AnyTagClassName
{
color: #73702C;
}
</style>
background-color css
<style>
a { background-color: #73702C; }
a { background-color: rgb(115,112,44); }
div.DivClassName
{
background-color: #73702C;
}
.BgClassName
{
background-color: #73702C;
}
</style>
border-color css
<style>
span { border-color: #73702C; }
span { border-color: rgb(115,112,44); }
td.TdClassName
{
border-color: #73702C;
}
.TagClassName
{
border-color: #73702C;
}
</style>