Shades of Olivetone #747716
Tints of Olivetone #747716
RGB
CMYK
RGB Variations
Color information
#747716 (or 0x747716) is known color: Olivetone. HEX triplet: 74, 77 and 16. RGB value is (116,119,22). Sum of RGB (Red+Green+Blue) = 116+119+22=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #747716 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747716 is #8B88E9. Grayscale: #6B6B6B. Windows color (decimal): -9144554 or 1472372. OLE color: 1472372.
HSL color Cylindrical-coordinate representation of color #747716: hue angle of 61.86º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #747716 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 22 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.53 |
| HSL | 61.86º | 0.69% | 0.28% | - |
| HSV(B) | 61.86º | 0.82% | 0.47% | - |
| XYZ | 13.94 | 16.96 | 3.3 | - |
| YUV | 107.05 | 80.01 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 22 | 0.03 | 0 | 0.82 | 0.53 | 61.86 | 0.69 | 0.28 |
| Hex | 74 | 77 | 16 | 3 | 0 | 52 | 35 | 3E | 45 | 1C |
| Octal | 164 | 167 | 26 | 3 | 0 | 122 | 65 | 76 | 105 | 34 |
| Binary | 1110100 | 1110111 | 10110 | 11 | 0 | 1010010 | 110101 | 111110 | 1000101 | 11100 |
Color Harmonies of #747716
Complementary color
Monochromatic Colors of #747716
Black with #747716
Text Example
Text Example
White with #747716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747716; }
p { color: rgb(116,119,22); }
H1.HeaderClassName
{
color: #747716;
}
.AnyTagClassName
{
color: #747716;
}
</style>
background-color css
<style>
a { background-color: #747716; }
a { background-color: rgb(116,119,22); }
div.DivClassName
{
background-color: #747716;
}
.BgClassName
{
background-color: #747716;
}
</style>
border-color css
<style>
span { border-color: #747716; }
span { border-color: rgb(116,119,22); }
td.TdClassName
{
border-color: #747716;
}
.TagClassName
{
border-color: #747716;
}
</style>