Shades of Olivetone #756E25
Tints of Olivetone #756E25
RGB
CMYK
RGB Variations
Color information
#756E25 (or 0x756E25) is known color: Olivetone. HEX triplet: 75, 6E and 25. RGB value is (117,110,37). Sum of RGB (Red+Green+Blue) = 117+110+37=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 110 (43.36% from 255 or 41.67% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #756E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756E25 is #8A91DA. Grayscale: #686868. Windows color (decimal): -9081307 or 2453109. OLE color: 2453109.
HSL color Cylindrical-coordinate representation of color #756E25: hue angle of 54.75º degrees, saturation: 0.52, 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 #756E25 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 37 | - |
| CMYK | 0 | 0.06 | 0.68 | 0.54 |
| HSL | 54.75º | 0.52% | 0.3% | - |
| HSV(B) | 54.75º | 0.68% | 0.46% | - |
| XYZ | 13.25 | 15.07 | 3.96 | - |
| YUV | 103.77 | 90.32 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 37 | 0 | 0.06 | 0.68 | 0.54 | 54.75 | 0.52 | 0.3 |
| Hex | 75 | 6E | 25 | 0 | 6 | 44 | 36 | 37 | 34 | 1E |
| Octal | 165 | 156 | 45 | 0 | 6 | 104 | 66 | 67 | 64 | 36 |
| Binary | 1110101 | 1101110 | 100101 | 0 | 110 | 1000100 | 110110 | 110111 | 110100 | 11110 |
Color Harmonies of #756E25
Complementary color
Monochromatic Colors of #756E25
Black with #756E25
Text Example
Text Example
White with #756E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E25; }
p { color: rgb(117,110,37); }
H1.HeaderClassName
{
color: #756E25;
}
.AnyTagClassName
{
color: #756E25;
}
</style>
background-color css
<style>
a { background-color: #756E25; }
a { background-color: rgb(117,110,37); }
div.DivClassName
{
background-color: #756E25;
}
.BgClassName
{
background-color: #756E25;
}
</style>
border-color css
<style>
span { border-color: #756E25; }
span { border-color: rgb(117,110,37); }
td.TdClassName
{
border-color: #756E25;
}
.TagClassName
{
border-color: #756E25;
}
</style>