Shades of Olivetone #756F14
Tints of Olivetone #756F14
RGB
CMYK
RGB Variations
Color information
#756F14 (or 0x756F14) is known color: Olivetone. HEX triplet: 75, 6F and 14. RGB value is (117,111,20). Sum of RGB (Red+Green+Blue) = 117+111+20=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #756F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756F14 is #8A90EB. Grayscale: #666666. Windows color (decimal): -9081068 or 1339253. OLE color: 1339253.
HSL color Cylindrical-coordinate representation of color #756F14: hue angle of 56.29º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #756F14 is Cyan = 0, Magento = 0.05, Yellow = 0.83 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 111 | 20 | - |
| CMYK | 0 | 0.05 | 0.83 | 0.54 |
| HSL | 56.29º | 0.71% | 0.27% | - |
| HSV(B) | 56.29º | 0.83% | 0.46% | - |
| XYZ | 13.15 | 15.2 | 2.9 | - |
| YUV | 102.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 111 | 20 | 0 | 0.05 | 0.83 | 0.54 | 56.29 | 0.71 | 0.27 |
| Hex | 75 | 6F | 14 | 0 | 5 | 53 | 36 | 38 | 47 | 1B |
| Octal | 165 | 157 | 24 | 0 | 5 | 123 | 66 | 70 | 107 | 33 |
| Binary | 1110101 | 1101111 | 10100 | 0 | 101 | 1010011 | 110110 | 111000 | 1000111 | 11011 |
Color Harmonies of #756F14
Complementary color
Monochromatic Colors of #756F14
Black with #756F14
Text Example
Text Example
White with #756F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #756F14; }
p { color: rgb(117,111,20); }
H1.HeaderClassName
{
color: #756F14;
}
.AnyTagClassName
{
color: #756F14;
}
</style>
background-color css
<style>
a { background-color: #756F14; }
a { background-color: rgb(117,111,20); }
div.DivClassName
{
background-color: #756F14;
}
.BgClassName
{
background-color: #756F14;
}
</style>
border-color css
<style>
span { border-color: #756F14; }
span { border-color: rgb(117,111,20); }
td.TdClassName
{
border-color: #756F14;
}
.TagClassName
{
border-color: #756F14;
}
</style>