Shades of Olivetone #756A26
Tints of Olivetone #756A26
RGB
CMYK
RGB Variations
Color information
#756A26 (or 0x756A26) is known color: Olivetone. HEX triplet: 75, 6A and 26. RGB value is (117,106,38). Sum of RGB (Red+Green+Blue) = 117+106+38=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 38 (15.23% from 255 or 14.56% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #756A26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A26 is #8A95D9. Grayscale: #656565. Windows color (decimal): -9082330 or 2517621. OLE color: 2517621.
HSL color Cylindrical-coordinate representation of color #756A26: hue angle of 51.65º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #756A26 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 38 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.54 |
| HSL | 51.65º | 0.51% | 0.3% | - |
| HSV(B) | 51.65º | 0.68% | 0.46% | - |
| XYZ | 12.84 | 14.23 | 3.9 | - |
| YUV | 101.54 | 92.14 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 38 | 0 | 0.09 | 0.68 | 0.54 | 51.65 | 0.51 | 0.3 |
| Hex | 75 | 6A | 26 | 0 | 9 | 44 | 36 | 34 | 33 | 1E |
| Octal | 165 | 152 | 46 | 0 | 11 | 104 | 66 | 64 | 63 | 36 |
| Binary | 1110101 | 1101010 | 100110 | 0 | 1001 | 1000100 | 110110 | 110100 | 110011 | 11110 |
Color Harmonies of #756A26
Complementary color
Monochromatic Colors of #756A26
Black with #756A26
Text Example
Text Example
White with #756A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A26; }
p { color: rgb(117,106,38); }
H1.HeaderClassName
{
color: #756A26;
}
.AnyTagClassName
{
color: #756A26;
}
</style>
background-color css
<style>
a { background-color: #756A26; }
a { background-color: rgb(117,106,38); }
div.DivClassName
{
background-color: #756A26;
}
.BgClassName
{
background-color: #756A26;
}
</style>
border-color css
<style>
span { border-color: #756A26; }
span { border-color: rgb(117,106,38); }
td.TdClassName
{
border-color: #756A26;
}
.TagClassName
{
border-color: #756A26;
}
</style>