Shades of Olive #747E07
Tints of Olive #747E07
RGB
CMYK
RGB Variations
Color information
#747E07 (or 0x747E07) is known color: Olive. HEX triplet: 74, 7E and 07. RGB value is (116,126,7). Sum of RGB (Red+Green+Blue) = 116+126+7=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 126 (49.61% from 255 or 50.60% from 249); Blue value is 7 (3.12% from 255 or 2.81% from 249); Max value from RGB is 126 - color contains mainly: green. Hex color #747E07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E07 is #8B81F8. Grayscale: #6D6D6D. Windows color (decimal): -9142777 or 491124. OLE color: 491124.
HSL color Cylindrical-coordinate representation of color #747E07: hue angle of 65.04º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747E07 is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 7 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.51 |
| HSL | 65.04º | 0.89% | 0.26% | - |
| HSV(B) | 65.04º | 0.94% | 0.49% | - |
| XYZ | 14.7 | 18.65 | 3.03 | - |
| YUV | 109.44 | 70.19 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 7 | 0.08 | 0 | 0.94 | 0.51 | 65.04 | 0.89 | 0.26 |
| Hex | 74 | 7E | 7 | 8 | 0 | 5E | 33 | 41 | 59 | 1A |
| Octal | 164 | 176 | 7 | 10 | 0 | 136 | 63 | 101 | 131 | 32 |
| Binary | 1110100 | 1111110 | 111 | 1000 | 0 | 1011110 | 110011 | 1000001 | 1011001 | 11010 |
Color Harmonies of #747E07
Complementary color
Monochromatic Colors of #747E07
Black with #747E07
Text Example
Text Example
White with #747E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E07; }
p { color: rgb(116,126,7); }
H1.HeaderClassName
{
color: #747E07;
}
.AnyTagClassName
{
color: #747E07;
}
</style>
background-color css
<style>
a { background-color: #747E07; }
a { background-color: rgb(116,126,7); }
div.DivClassName
{
background-color: #747E07;
}
.BgClassName
{
background-color: #747E07;
}
</style>
border-color css
<style>
span { border-color: #747E07; }
span { border-color: rgb(116,126,7); }
td.TdClassName
{
border-color: #747E07;
}
.TagClassName
{
border-color: #747E07;
}
</style>