Shades of Olivetone #73742D
Tints of Olivetone #73742D
RGB
CMYK
RGB Variations
Color information
#73742D (or 0x73742D) is known color: Olivetone. HEX triplet: 73, 74 and 2D. RGB value is (115,116,45). Sum of RGB (Red+Green+Blue) = 115+116+45=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #73742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73742D is #8C8BD2. Grayscale: #6B6B6B. Windows color (decimal): -9210835 or 2978931. OLE color: 2978931.
HSL color Cylindrical-coordinate representation of color #73742D: hue angle of 60.85º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73742D is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 116 | 45 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.55 |
| HSL | 60.85º | 0.44% | 0.32% | - |
| HSV(B) | 60.85º | 0.61% | 0.45% | - |
| XYZ | 13.79 | 16.33 | 4.91 | - |
| YUV | 107.61 | 92.67 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 116 | 45 | 0.01 | 0 | 0.61 | 0.55 | 60.85 | 0.44 | 0.32 |
| Hex | 73 | 74 | 2D | 1 | 0 | 3D | 37 | 3D | 2C | 20 |
| Octal | 163 | 164 | 55 | 1 | 0 | 75 | 67 | 75 | 54 | 40 |
| Binary | 1110011 | 1110100 | 101101 | 1 | 0 | 111101 | 110111 | 111101 | 101100 | 100000 |
Color Harmonies of #73742D
Complementary color
Monochromatic Colors of #73742D
Black with #73742D
Text Example
Text Example
White with #73742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73742D; }
p { color: rgb(115,116,45); }
H1.HeaderClassName
{
color: #73742D;
}
.AnyTagClassName
{
color: #73742D;
}
</style>
background-color css
<style>
a { background-color: #73742D; }
a { background-color: rgb(115,116,45); }
div.DivClassName
{
background-color: #73742D;
}
.BgClassName
{
background-color: #73742D;
}
</style>
border-color css
<style>
span { border-color: #73742D; }
span { border-color: rgb(115,116,45); }
td.TdClassName
{
border-color: #73742D;
}
.TagClassName
{
border-color: #73742D;
}
</style>