Shades of Olivetone #756E27
Tints of Olivetone #756E27
RGB
CMYK
RGB Variations
Color information
#756E27 (or 0x756E27) is known color: Olivetone. HEX triplet: 75, 6E and 27. RGB value is (117,110,39). Sum of RGB (Red+Green+Blue) = 117+110+39=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 110 (43.36% from 255 or 41.35% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E27 is #8A91D8. Grayscale: #686868. Windows color (decimal): -9081305 or 2584181. OLE color: 2584181.
HSL color Cylindrical-coordinate representation of color #756E27: hue angle of 54.62º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #756E27 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 39 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.54 |
| HSL | 54.62º | 0.5% | 0.31% | - |
| HSV(B) | 54.62º | 0.67% | 0.46% | - |
| XYZ | 13.28 | 15.08 | 4.13 | - |
| YUV | 104 | 91.32 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 39 | 0 | 0.06 | 0.67 | 0.54 | 54.62 | 0.5 | 0.31 |
| Hex | 75 | 6E | 27 | 0 | 6 | 43 | 36 | 37 | 32 | 1F |
| Octal | 165 | 156 | 47 | 0 | 6 | 103 | 66 | 67 | 62 | 37 |
| Binary | 1110101 | 1101110 | 100111 | 0 | 110 | 1000011 | 110110 | 110111 | 110010 | 11111 |
Color Harmonies of #756E27
Complementary color
Monochromatic Colors of #756E27
Black with #756E27
Text Example
Text Example
White with #756E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E27; }
p { color: rgb(117,110,39); }
H1.HeaderClassName
{
color: #756E27;
}
.AnyTagClassName
{
color: #756E27;
}
</style>
background-color css
<style>
a { background-color: #756E27; }
a { background-color: rgb(117,110,39); }
div.DivClassName
{
background-color: #756E27;
}
.BgClassName
{
background-color: #756E27;
}
</style>
border-color css
<style>
span { border-color: #756E27; }
span { border-color: rgb(117,110,39); }
td.TdClassName
{
border-color: #756E27;
}
.TagClassName
{
border-color: #756E27;
}
</style>