Shades of Olivetone #75742C
Tints of Olivetone #75742C
RGB
CMYK
RGB Variations
Color information
#75742C (or 0x75742C) is known color: Olivetone. HEX triplet: 75, 74 and 2C. RGB value is (117,116,44). Sum of RGB (Red+Green+Blue) = 117+116+44=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #75742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75742C is #8A8BD3. Grayscale: #6C6C6C. Windows color (decimal): -9079764 or 2913397. OLE color: 2913397.
HSL color Cylindrical-coordinate representation of color #75742C: hue angle of 59.18º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #75742C is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 44 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.54 |
| HSL | 59.18º | 0.45% | 0.32% | - |
| HSV(B) | 59.18º | 0.62% | 0.46% | - |
| XYZ | 14.04 | 16.45 | 4.82 | - |
| YUV | 108.09 | 91.83 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 44 | 0 | 0.01 | 0.62 | 0.54 | 59.18 | 0.45 | 0.32 |
| Hex | 75 | 74 | 2C | 0 | 1 | 3E | 36 | 3B | 2D | 20 |
| Octal | 165 | 164 | 54 | 0 | 1 | 76 | 66 | 73 | 55 | 40 |
| Binary | 1110101 | 1110100 | 101100 | 0 | 1 | 111110 | 110110 | 111011 | 101101 | 100000 |
Color Harmonies of #75742C
Complementary color
Monochromatic Colors of #75742C
Black with #75742C
Text Example
Text Example
White with #75742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75742C; }
p { color: rgb(117,116,44); }
H1.HeaderClassName
{
color: #75742C;
}
.AnyTagClassName
{
color: #75742C;
}
</style>
background-color css
<style>
a { background-color: #75742C; }
a { background-color: rgb(117,116,44); }
div.DivClassName
{
background-color: #75742C;
}
.BgClassName
{
background-color: #75742C;
}
</style>
border-color css
<style>
span { border-color: #75742C; }
span { border-color: rgb(117,116,44); }
td.TdClassName
{
border-color: #75742C;
}
.TagClassName
{
border-color: #75742C;
}
</style>