Shades of Olivetone #747016
Tints of Olivetone #747016
RGB
CMYK
RGB Variations
Color information
#747016 (or 0x747016) is known color: Olivetone. HEX triplet: 74, 70 and 16. RGB value is (116,112,22). Sum of RGB (Red+Green+Blue) = 116+112+22=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 116 - color contains mainly: red. Hex color #747016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747016 is #8B8FE9. Grayscale: #676767. Windows color (decimal): -9146346 or 1470580. OLE color: 1470580.
HSL color Cylindrical-coordinate representation of color #747016: hue angle of 57.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747016 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 22 | - |
| CMYK | 0 | 0.03 | 0.81 | 0.55 |
| HSL | 57.45º | 0.68% | 0.27% | - |
| HSV(B) | 57.45º | 0.81% | 0.45% | - |
| XYZ | 13.14 | 15.36 | 3.03 | - |
| YUV | 102.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 22 | 0 | 0.03 | 0.81 | 0.55 | 57.45 | 0.68 | 0.27 |
| Hex | 74 | 70 | 16 | 0 | 3 | 51 | 37 | 39 | 44 | 1B |
| Octal | 164 | 160 | 26 | 0 | 3 | 121 | 67 | 71 | 104 | 33 |
| Binary | 1110100 | 1110000 | 10110 | 0 | 11 | 1010001 | 110111 | 111001 | 1000100 | 11011 |
Color Harmonies of #747016
Complementary color
Monochromatic Colors of #747016
Black with #747016
Text Example
Text Example
White with #747016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747016; }
p { color: rgb(116,112,22); }
H1.HeaderClassName
{
color: #747016;
}
.AnyTagClassName
{
color: #747016;
}
</style>
background-color css
<style>
a { background-color: #747016; }
a { background-color: rgb(116,112,22); }
div.DivClassName
{
background-color: #747016;
}
.BgClassName
{
background-color: #747016;
}
</style>
border-color css
<style>
span { border-color: #747016; }
span { border-color: rgb(116,112,22); }
td.TdClassName
{
border-color: #747016;
}
.TagClassName
{
border-color: #747016;
}
</style>