Shades of Olivetone #75772C
Tints of Olivetone #75772C
RGB
CMYK
RGB Variations
Color information
#75772C (or 0x75772C) is known color: Olivetone. HEX triplet: 75, 77 and 2C. RGB value is (117,119,44). Sum of RGB (Red+Green+Blue) = 117+119+44=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 119 (46.88% from 255 or 42.5% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 119 - color contains mainly: green. Hex color #75772C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75772C is #8A88D3. Grayscale: #6E6E6E. Windows color (decimal): -9078996 or 2914165. OLE color: 2914165.
HSL color Cylindrical-coordinate representation of color #75772C: hue angle of 61.6º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #75772C is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 44 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.53 |
| HSL | 61.6º | 0.46% | 0.32% | - |
| HSV(B) | 61.6º | 0.63% | 0.47% | - |
| XYZ | 14.39 | 17.16 | 4.94 | - |
| YUV | 109.85 | 90.84 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 44 | 0.02 | 0 | 0.63 | 0.53 | 61.6 | 0.46 | 0.32 |
| Hex | 75 | 77 | 2C | 2 | 0 | 3F | 35 | 3E | 2E | 20 |
| Octal | 165 | 167 | 54 | 2 | 0 | 77 | 65 | 76 | 56 | 40 |
| Binary | 1110101 | 1110111 | 101100 | 10 | 0 | 111111 | 110101 | 111110 | 101110 | 100000 |
Color Harmonies of #75772C
Complementary color
Monochromatic Colors of #75772C
Black with #75772C
Text Example
Text Example
White with #75772C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75772C; }
p { color: rgb(117,119,44); }
H1.HeaderClassName
{
color: #75772C;
}
.AnyTagClassName
{
color: #75772C;
}
</style>
background-color css
<style>
a { background-color: #75772C; }
a { background-color: rgb(117,119,44); }
div.DivClassName
{
background-color: #75772C;
}
.BgClassName
{
background-color: #75772C;
}
</style>
border-color css
<style>
span { border-color: #75772C; }
span { border-color: rgb(117,119,44); }
td.TdClassName
{
border-color: #75772C;
}
.TagClassName
{
border-color: #75772C;
}
</style>