Shades of Olivetone #756F24
Tints of Olivetone #756F24
RGB
CMYK
RGB Variations
Color information
#756F24 (or 0x756F24) is known color: Olivetone. HEX triplet: 75, 6F and 24. RGB value is (117,111,36). Sum of RGB (Red+Green+Blue) = 117+111+36=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756F24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F24 is #8A90DB. Grayscale: #686868. Windows color (decimal): -9081052 or 2387829. OLE color: 2387829.
HSL color Cylindrical-coordinate representation of color #756F24: hue angle of 55.56º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #756F24 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 36 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.54 |
| HSL | 55.56º | 0.53% | 0.3% | - |
| HSV(B) | 55.56º | 0.69% | 0.46% | - |
| XYZ | 13.34 | 15.28 | 3.92 | - |
| YUV | 104.24 | 89.49 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 36 | 0 | 0.05 | 0.69 | 0.54 | 55.56 | 0.53 | 0.3 |
| Hex | 75 | 6F | 24 | 0 | 5 | 45 | 36 | 38 | 35 | 1E |
| Octal | 165 | 157 | 44 | 0 | 5 | 105 | 66 | 70 | 65 | 36 |
| Binary | 1110101 | 1101111 | 100100 | 0 | 101 | 1000101 | 110110 | 111000 | 110101 | 11110 |
Color Harmonies of #756F24
Complementary color
Monochromatic Colors of #756F24
Black with #756F24
Text Example
Text Example
White with #756F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F24; }
p { color: rgb(117,111,36); }
H1.HeaderClassName
{
color: #756F24;
}
.AnyTagClassName
{
color: #756F24;
}
</style>
background-color css
<style>
a { background-color: #756F24; }
a { background-color: rgb(117,111,36); }
div.DivClassName
{
background-color: #756F24;
}
.BgClassName
{
background-color: #756F24;
}
</style>
border-color css
<style>
span { border-color: #756F24; }
span { border-color: rgb(117,111,36); }
td.TdClassName
{
border-color: #756F24;
}
.TagClassName
{
border-color: #756F24;
}
</style>