Shades of Olivetone #756E17
Tints of Olivetone #756E17
RGB
CMYK
RGB Variations
Color information
#756E17 (or 0x756E17) is known color: Olivetone. HEX triplet: 75, 6E and 17. RGB value is (117,110,23). Sum of RGB (Red+Green+Blue) = 117+110+23=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 110 (43.36% from 255 or 44% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #756E17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756E17 is #8A91E8. Grayscale: #666666. Windows color (decimal): -9081321 or 1535605. OLE color: 1535605.
HSL color Cylindrical-coordinate representation of color #756E17: hue angle of 55.53º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #756E17 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 110 | 23 | - |
| CMYK | 0 | 0.06 | 0.80 | 0.54 |
| HSL | 55.53º | 0.67% | 0.27% | - |
| HSV(B) | 55.53º | 0.8% | 0.46% | - |
| XYZ | 13.07 | 15 | 3.02 | - |
| YUV | 102.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 110 | 23 | 0 | 0.06 | 0.80 | 0.54 | 55.53 | 0.67 | 0.27 |
| Hex | 75 | 6E | 17 | 0 | 6 | 50 | 36 | 38 | 43 | 1B |
| Octal | 165 | 156 | 27 | 0 | 6 | 120 | 66 | 70 | 103 | 33 |
| Binary | 1110101 | 1101110 | 10111 | 0 | 110 | 1010000 | 110110 | 111000 | 1000011 | 11011 |
Color Harmonies of #756E17
Complementary color
Monochromatic Colors of #756E17
Black with #756E17
Text Example
Text Example
White with #756E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756E17; }
p { color: rgb(117,110,23); }
H1.HeaderClassName
{
color: #756E17;
}
.AnyTagClassName
{
color: #756E17;
}
</style>
background-color css
<style>
a { background-color: #756E17; }
a { background-color: rgb(117,110,23); }
div.DivClassName
{
background-color: #756E17;
}
.BgClassName
{
background-color: #756E17;
}
</style>
border-color css
<style>
span { border-color: #756E17; }
span { border-color: rgb(117,110,23); }
td.TdClassName
{
border-color: #756E17;
}
.TagClassName
{
border-color: #756E17;
}
</style>