Shades of Olivetone #73742E
Tints of Olivetone #73742E
RGB
CMYK
RGB Variations
Color information
#73742E (or 0x73742E) is known color: Olivetone. HEX triplet: 73, 74 and 2E. RGB value is (115,116,46). Sum of RGB (Red+Green+Blue) = 115+116+46=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #73742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73742E is #8C8BD1. Grayscale: #6C6C6C. Windows color (decimal): -9210834 or 3044467. OLE color: 3044467.
HSL color Cylindrical-coordinate representation of color #73742E: hue angle of 60.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73742E is Cyan = 0.01, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 46 | - |
| CMYK | 0.01 | 0 | 0.60 | 0.55 |
| HSL | 60.86º | 0.43% | 0.32% | - |
| HSV(B) | 60.86º | 0.6% | 0.45% | - |
| XYZ | 13.81 | 16.33 | 5.01 | - |
| YUV | 107.72 | 93.17 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 46 | 0.01 | 0 | 0.60 | 0.55 | 60.86 | 0.43 | 0.32 |
| Hex | 73 | 74 | 2E | 1 | 0 | 3C | 37 | 3D | 2B | 20 |
| Octal | 163 | 164 | 56 | 1 | 0 | 74 | 67 | 75 | 53 | 40 |
| Binary | 1110011 | 1110100 | 101110 | 1 | 0 | 111100 | 110111 | 111101 | 101011 | 100000 |
Color Harmonies of #73742E
Complementary color
Monochromatic Colors of #73742E
Black with #73742E
Text Example
Text Example
White with #73742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73742E; }
p { color: rgb(115,116,46); }
H1.HeaderClassName
{
color: #73742E;
}
.AnyTagClassName
{
color: #73742E;
}
</style>
background-color css
<style>
a { background-color: #73742E; }
a { background-color: rgb(115,116,46); }
div.DivClassName
{
background-color: #73742E;
}
.BgClassName
{
background-color: #73742E;
}
</style>
border-color css
<style>
span { border-color: #73742E; }
span { border-color: rgb(115,116,46); }
td.TdClassName
{
border-color: #73742E;
}
.TagClassName
{
border-color: #73742E;
}
</style>