Shades of Olivetone #75762D
Tints of Olivetone #75762D
RGB
CMYK
RGB Variations
Color information
#75762D (or 0x75762D) is known color: Olivetone. HEX triplet: 75, 76 and 2D. RGB value is (117,118,45). Sum of RGB (Red+Green+Blue) = 117+118+45=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #75762D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75762D is #8A89D2. Grayscale: #6D6D6D. Windows color (decimal): -9079251 or 2979445. OLE color: 2979445.
HSL color Cylindrical-coordinate representation of color #75762D: hue angle of 60.82º 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 #75762D is Cyan = 0.01, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 45 | - |
| CMYK | 0.01 | 0 | 0.62 | 0.54 |
| HSL | 60.82º | 0.45% | 0.32% | - |
| HSV(B) | 60.82º | 0.62% | 0.46% | - |
| XYZ | 14.29 | 16.93 | 5 | - |
| YUV | 109.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 45 | 0.01 | 0 | 0.62 | 0.54 | 60.82 | 0.45 | 0.32 |
| Hex | 75 | 76 | 2D | 1 | 0 | 3E | 36 | 3D | 2D | 20 |
| Octal | 165 | 166 | 55 | 1 | 0 | 76 | 66 | 75 | 55 | 40 |
| Binary | 1110101 | 1110110 | 101101 | 1 | 0 | 111110 | 110110 | 111101 | 101101 | 100000 |
Color Harmonies of #75762D
Complementary color
Monochromatic Colors of #75762D
Black with #75762D
Text Example
Text Example
White with #75762D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75762D; }
p { color: rgb(117,118,45); }
H1.HeaderClassName
{
color: #75762D;
}
.AnyTagClassName
{
color: #75762D;
}
</style>
background-color css
<style>
a { background-color: #75762D; }
a { background-color: rgb(117,118,45); }
div.DivClassName
{
background-color: #75762D;
}
.BgClassName
{
background-color: #75762D;
}
</style>
border-color css
<style>
span { border-color: #75762D; }
span { border-color: rgb(117,118,45); }
td.TdClassName
{
border-color: #75762D;
}
.TagClassName
{
border-color: #75762D;
}
</style>