Shades of Olivetone #747516
Tints of Olivetone #747516
RGB
CMYK
RGB Variations
Color information
#747516 (or 0x747516) is known color: Olivetone. HEX triplet: 74, 75 and 16. RGB value is (116,117,22). Sum of RGB (Red+Green+Blue) = 116+117+22=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 22 (8.98% from 255 or 8.63% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #747516 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747516 is #8B8AE9. Grayscale: #6A6A6A. Windows color (decimal): -9145066 or 1471860. OLE color: 1471860.
HSL color Cylindrical-coordinate representation of color #747516: hue angle of 60.63º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #747516 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 117 | 22 | - |
| CMYK | 0.01 | 0 | 0.81 | 0.54 |
| HSL | 60.63º | 0.68% | 0.27% | - |
| HSV(B) | 60.63º | 0.81% | 0.46% | - |
| XYZ | 13.71 | 16.49 | 3.22 | - |
| YUV | 105.87 | 80.67 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 117 | 22 | 0.01 | 0 | 0.81 | 0.54 | 60.63 | 0.68 | 0.27 |
| Hex | 74 | 75 | 16 | 1 | 0 | 51 | 36 | 3D | 44 | 1B |
| Octal | 164 | 165 | 26 | 1 | 0 | 121 | 66 | 75 | 104 | 33 |
| Binary | 1110100 | 1110101 | 10110 | 1 | 0 | 1010001 | 110110 | 111101 | 1000100 | 11011 |
Color Harmonies of #747516
Complementary color
Monochromatic Colors of #747516
Black with #747516
Text Example
Text Example
White with #747516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747516; }
p { color: rgb(116,117,22); }
H1.HeaderClassName
{
color: #747516;
}
.AnyTagClassName
{
color: #747516;
}
</style>
background-color css
<style>
a { background-color: #747516; }
a { background-color: rgb(116,117,22); }
div.DivClassName
{
background-color: #747516;
}
.BgClassName
{
background-color: #747516;
}
</style>
border-color css
<style>
span { border-color: #747516; }
span { border-color: rgb(116,117,22); }
td.TdClassName
{
border-color: #747516;
}
.TagClassName
{
border-color: #747516;
}
</style>