Shades of Olivetone #756A25
Tints of Olivetone #756A25
RGB
CMYK
RGB Variations
Color information
#756A25 (or 0x756A25) is known color: Olivetone. HEX triplet: 75, 6A and 25. RGB value is (117,106,37). Sum of RGB (Red+Green+Blue) = 117+106+37=260 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45% from 260); Green value is 106 (41.80% from 255 or 40.77% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 117 - color contains mainly: red. Hex color #756A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756A25 is #8A95DA. Grayscale: #656565. Windows color (decimal): -9082331 or 2452085. OLE color: 2452085.
HSL color Cylindrical-coordinate representation of color #756A25: hue angle of 51.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 #756A25 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 106 | 37 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.54 |
| HSL | 51.75º | 0.52% | 0.3% | - |
| HSV(B) | 51.75º | 0.68% | 0.46% | - |
| XYZ | 12.82 | 14.22 | 3.82 | - |
| YUV | 101.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 106 | 37 | 0 | 0.09 | 0.68 | 0.54 | 51.75 | 0.52 | 0.3 |
| Hex | 75 | 6A | 25 | 0 | 9 | 44 | 36 | 34 | 34 | 1E |
| Octal | 165 | 152 | 45 | 0 | 11 | 104 | 66 | 64 | 64 | 36 |
| Binary | 1110101 | 1101010 | 100101 | 0 | 1001 | 1000100 | 110110 | 110100 | 110100 | 11110 |
Color Harmonies of #756A25
Complementary color
Monochromatic Colors of #756A25
Black with #756A25
Text Example
Text Example
White with #756A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756A25; }
p { color: rgb(117,106,37); }
H1.HeaderClassName
{
color: #756A25;
}
.AnyTagClassName
{
color: #756A25;
}
</style>
background-color css
<style>
a { background-color: #756A25; }
a { background-color: rgb(117,106,37); }
div.DivClassName
{
background-color: #756A25;
}
.BgClassName
{
background-color: #756A25;
}
</style>
border-color css
<style>
span { border-color: #756A25; }
span { border-color: rgb(117,106,37); }
td.TdClassName
{
border-color: #756A25;
}
.TagClassName
{
border-color: #756A25;
}
</style>