Shades of Olive #747107
Tints of Olive #747107
RGB
CMYK
RGB Variations
Color information
#747107 (or 0x747107) is known color: Olive. HEX triplet: 74, 71 and 07. RGB value is (116,113,7). Sum of RGB (Red+Green+Blue) = 116+113+7=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #747107 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747107 is #8B8EF8. Grayscale: #666666. Windows color (decimal): -9146105 or 487796. OLE color: 487796.
HSL color Cylindrical-coordinate representation of color #747107: hue angle of 58.35º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747107 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 7 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.55 |
| HSL | 58.35º | 0.89% | 0.24% | - |
| HSV(B) | 58.35º | 0.94% | 0.45% | - |
| XYZ | 13.15 | 15.54 | 2.51 | - |
| YUV | 101.81 | 74.49 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 7 | 0 | 0.03 | 0.94 | 0.55 | 58.35 | 0.89 | 0.24 |
| Hex | 74 | 71 | 7 | 0 | 3 | 5E | 37 | 3A | 59 | 18 |
| Octal | 164 | 161 | 7 | 0 | 3 | 136 | 67 | 72 | 131 | 30 |
| Binary | 1110100 | 1110001 | 111 | 0 | 11 | 1011110 | 110111 | 111010 | 1011001 | 11000 |
Color Harmonies of #747107
Complementary color
Monochromatic Colors of #747107
Black with #747107
Text Example
Text Example
White with #747107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747107; }
p { color: rgb(116,113,7); }
H1.HeaderClassName
{
color: #747107;
}
.AnyTagClassName
{
color: #747107;
}
</style>
background-color css
<style>
a { background-color: #747107; }
a { background-color: rgb(116,113,7); }
div.DivClassName
{
background-color: #747107;
}
.BgClassName
{
background-color: #747107;
}
</style>
border-color css
<style>
span { border-color: #747107; }
span { border-color: rgb(116,113,7); }
td.TdClassName
{
border-color: #747107;
}
.TagClassName
{
border-color: #747107;
}
</style>