Shades of Olive #747610
Tints of Olive #747610
RGB
CMYK
RGB Variations
Color information
#747610 (or 0x747610) is known color: Olive. HEX triplet: 74, 76 and 10. RGB value is (116,118,16). Sum of RGB (Red+Green+Blue) = 116+118+16=250 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.4% from 250); Green value is 118 (46.48% from 255 or 47.2% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 118 - color contains mainly: green. Hex color #747610 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747610 is #8B89EF. Grayscale: #6A6A6A. Windows color (decimal): -9144816 or 1078900. OLE color: 1078900.
HSL color Cylindrical-coordinate representation of color #747610: hue angle of 61.18º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #747610 is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 16 | - |
| CMYK | 0.02 | 0 | 0.86 | 0.54 |
| HSL | 61.18º | 0.76% | 0.26% | - |
| HSV(B) | 61.18º | 0.86% | 0.46% | - |
| XYZ | 13.77 | 16.71 | 2.99 | - |
| YUV | 105.77 | 77.34 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 16 | 0.02 | 0 | 0.86 | 0.54 | 61.18 | 0.76 | 0.26 |
| Hex | 74 | 76 | 10 | 2 | 0 | 56 | 36 | 3D | 4C | 1A |
| Octal | 164 | 166 | 20 | 2 | 0 | 126 | 66 | 75 | 114 | 32 |
| Binary | 1110100 | 1110110 | 10000 | 10 | 0 | 1010110 | 110110 | 111101 | 1001100 | 11010 |
Color Harmonies of #747610
Complementary color
Monochromatic Colors of #747610
Black with #747610
Text Example
Text Example
White with #747610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747610; }
p { color: rgb(116,118,16); }
H1.HeaderClassName
{
color: #747610;
}
.AnyTagClassName
{
color: #747610;
}
</style>
background-color css
<style>
a { background-color: #747610; }
a { background-color: rgb(116,118,16); }
div.DivClassName
{
background-color: #747610;
}
.BgClassName
{
background-color: #747610;
}
</style>
border-color css
<style>
span { border-color: #747610; }
span { border-color: rgb(116,118,16); }
td.TdClassName
{
border-color: #747610;
}
.TagClassName
{
border-color: #747610;
}
</style>