Shades of Olivetone #756F29
Tints of Olivetone #756F29
RGB
CMYK
RGB Variations
Color information
#756F29 (or 0x756F29) is known color: Olivetone. HEX triplet: 75, 6F and 29. RGB value is (117,111,41). Sum of RGB (Red+Green+Blue) = 117+111+41=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #756F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F29 is #8A90D6. Grayscale: #696969. Windows color (decimal): -9081047 or 2715509. OLE color: 2715509.
HSL color Cylindrical-coordinate representation of color #756F29: hue angle of 55.26º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756F29 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 41 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.54 |
| HSL | 55.26º | 0.48% | 0.31% | - |
| HSV(B) | 55.26º | 0.65% | 0.46% | - |
| XYZ | 13.42 | 15.31 | 4.35 | - |
| YUV | 104.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 41 | 0 | 0.05 | 0.65 | 0.54 | 55.26 | 0.48 | 0.31 |
| Hex | 75 | 6F | 29 | 0 | 5 | 41 | 36 | 37 | 30 | 1F |
| Octal | 165 | 157 | 51 | 0 | 5 | 101 | 66 | 67 | 60 | 37 |
| Binary | 1110101 | 1101111 | 101001 | 0 | 101 | 1000001 | 110110 | 110111 | 110000 | 11111 |
Color Harmonies of #756F29
Complementary color
Monochromatic Colors of #756F29
Black with #756F29
Text Example
Text Example
White with #756F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F29; }
p { color: rgb(117,111,41); }
H1.HeaderClassName
{
color: #756F29;
}
.AnyTagClassName
{
color: #756F29;
}
</style>
background-color css
<style>
a { background-color: #756F29; }
a { background-color: rgb(117,111,41); }
div.DivClassName
{
background-color: #756F29;
}
.BgClassName
{
background-color: #756F29;
}
</style>
border-color css
<style>
span { border-color: #756F29; }
span { border-color: rgb(117,111,41); }
td.TdClassName
{
border-color: #756F29;
}
.TagClassName
{
border-color: #756F29;
}
</style>