Shades of Olivetone #756C25
Tints of Olivetone #756C25
RGB
CMYK
RGB Variations
Color information
#756C25 (or 0x756C25) is known color: Olivetone. HEX triplet: 75, 6C and 25. RGB value is (117,108,37). Sum of RGB (Red+Green+Blue) = 117+108+37=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 37 (14.84% from 255 or 14.12% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #756C25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C25 is #8A93DA. Grayscale: #666666. Windows color (decimal): -9081819 or 2452597. OLE color: 2452597.
HSL color Cylindrical-coordinate representation of color #756C25: hue angle of 53.25º 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 #756C25 is Cyan = 0, Magento = 0.08, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 108 | 37 | - |
| CMYK | 0 | 0.08 | 0.68 | 0.54 |
| HSL | 53.25º | 0.52% | 0.3% | - |
| HSV(B) | 53.25º | 0.68% | 0.46% | - |
| XYZ | 13.03 | 14.64 | 3.89 | - |
| YUV | 102.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 108 | 37 | 0 | 0.08 | 0.68 | 0.54 | 53.25 | 0.52 | 0.3 |
| Hex | 75 | 6C | 25 | 0 | 8 | 44 | 36 | 35 | 34 | 1E |
| Octal | 165 | 154 | 45 | 0 | 10 | 104 | 66 | 65 | 64 | 36 |
| Binary | 1110101 | 1101100 | 100101 | 0 | 1000 | 1000100 | 110110 | 110101 | 110100 | 11110 |
Color Harmonies of #756C25
Complementary color
Monochromatic Colors of #756C25
Black with #756C25
Text Example
Text Example
White with #756C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756C25; }
p { color: rgb(117,108,37); }
H1.HeaderClassName
{
color: #756C25;
}
.AnyTagClassName
{
color: #756C25;
}
</style>
background-color css
<style>
a { background-color: #756C25; }
a { background-color: rgb(117,108,37); }
div.DivClassName
{
background-color: #756C25;
}
.BgClassName
{
background-color: #756C25;
}
</style>
border-color css
<style>
span { border-color: #756C25; }
span { border-color: rgb(117,108,37); }
td.TdClassName
{
border-color: #756C25;
}
.TagClassName
{
border-color: #756C25;
}
</style>