Shades of Olivetone #756D25
Tints of Olivetone #756D25
RGB
CMYK
RGB Variations
Color information
#756D25 (or 0x756D25) is known color: Olivetone. HEX triplet: 75, 6D and 25. RGB value is (117,109,37). Sum of RGB (Red+Green+Blue) = 117+109+37=263 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.49% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 117 - color contains mainly: red. Hex color #756D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756D25 is #8A92DA. Grayscale: #676767. Windows color (decimal): -9081563 or 2452853. OLE color: 2452853.
HSL color Cylindrical-coordinate representation of color #756D25: hue angle of 54º 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 #756D25 is Cyan = 0, Magento = 0.07, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 109 | 37 | - |
| CMYK | 0 | 0.07 | 0.68 | 0.54 |
| HSL | 54º | 0.52% | 0.3% | - |
| HSV(B) | 54º | 0.68% | 0.46% | - |
| XYZ | 13.14 | 14.85 | 3.92 | - |
| YUV | 103.18 | 90.65 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 109 | 37 | 0 | 0.07 | 0.68 | 0.54 | 54 | 0.52 | 0.3 |
| Hex | 75 | 6D | 25 | 0 | 7 | 44 | 36 | 36 | 34 | 1E |
| Octal | 165 | 155 | 45 | 0 | 7 | 104 | 66 | 66 | 64 | 36 |
| Binary | 1110101 | 1101101 | 100101 | 0 | 111 | 1000100 | 110110 | 110110 | 110100 | 11110 |
Color Harmonies of #756D25
Complementary color
Monochromatic Colors of #756D25
Black with #756D25
Text Example
Text Example
White with #756D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756D25; }
p { color: rgb(117,109,37); }
H1.HeaderClassName
{
color: #756D25;
}
.AnyTagClassName
{
color: #756D25;
}
</style>
background-color css
<style>
a { background-color: #756D25; }
a { background-color: rgb(117,109,37); }
div.DivClassName
{
background-color: #756D25;
}
.BgClassName
{
background-color: #756D25;
}
</style>
border-color css
<style>
span { border-color: #756D25; }
span { border-color: rgb(117,109,37); }
td.TdClassName
{
border-color: #756D25;
}
.TagClassName
{
border-color: #756D25;
}
</style>