Shades of Olivetone #747113
Tints of Olivetone #747113
RGB
CMYK
RGB Variations
Color information
#747113 (or 0x747113) is known color: Olivetone. HEX triplet: 74, 71 and 13. RGB value is (116,113,19). Sum of RGB (Red+Green+Blue) = 116+113+19=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 19 (7.81% from 255 or 7.66% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #747113 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747113 is #8B8EEC. Grayscale: #676767. Windows color (decimal): -9146093 or 1274228. OLE color: 1274228.
HSL color Cylindrical-coordinate representation of color #747113: hue angle of 58.14º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #747113 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 19 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.55 |
| HSL | 58.14º | 0.72% | 0.26% | - |
| HSV(B) | 58.14º | 0.84% | 0.45% | - |
| XYZ | 13.23 | 15.57 | 2.92 | - |
| YUV | 103.18 | 80.49 | 137.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 19 | 0 | 0.03 | 0.84 | 0.55 | 58.14 | 0.72 | 0.26 |
| Hex | 74 | 71 | 13 | 0 | 3 | 54 | 37 | 3A | 48 | 1A |
| Octal | 164 | 161 | 23 | 0 | 3 | 124 | 67 | 72 | 110 | 32 |
| Binary | 1110100 | 1110001 | 10011 | 0 | 11 | 1010100 | 110111 | 111010 | 1001000 | 11010 |
Color Harmonies of #747113
Complementary color
Monochromatic Colors of #747113
Black with #747113
Text Example
Text Example
White with #747113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747113; }
p { color: rgb(116,113,19); }
H1.HeaderClassName
{
color: #747113;
}
.AnyTagClassName
{
color: #747113;
}
</style>
background-color css
<style>
a { background-color: #747113; }
a { background-color: rgb(116,113,19); }
div.DivClassName
{
background-color: #747113;
}
.BgClassName
{
background-color: #747113;
}
</style>
border-color css
<style>
span { border-color: #747113; }
span { border-color: rgb(116,113,19); }
td.TdClassName
{
border-color: #747113;
}
.TagClassName
{
border-color: #747113;
}
</style>