Shades of Olive #747707
Tints of Olive #747707
RGB
CMYK
RGB Variations
Color information
#747707 (or 0x747707) is known color: Olive. HEX triplet: 74, 77 and 07. RGB value is (116,119,7). Sum of RGB (Red+Green+Blue) = 116+119+7=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 119 (46.88% from 255 or 49.17% from 242); Blue value is 7 (3.12% from 255 or 2.89% from 242); Max value from RGB is 119 - color contains mainly: green. Hex color #747707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747707 is #8B88F8. Grayscale: #696969. Windows color (decimal): -9144569 or 489332. OLE color: 489332.
HSL color Cylindrical-coordinate representation of color #747707: hue angle of 61.61º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #747707 is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 116 | 119 | 7 | - |
| CMYK | 0.03 | 0 | 0.94 | 0.53 |
| HSL | 61.61º | 0.89% | 0.25% | - |
| HSV(B) | 61.61º | 0.94% | 0.47% | - |
| XYZ | 13.84 | 16.92 | 2.74 | - |
| YUV | 105.34 | 72.51 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 119 | 7 | 0.03 | 0 | 0.94 | 0.53 | 61.61 | 0.89 | 0.25 |
| Hex | 74 | 77 | 7 | 3 | 0 | 5E | 35 | 3E | 59 | 19 |
| Octal | 164 | 167 | 7 | 3 | 0 | 136 | 65 | 76 | 131 | 31 |
| Binary | 1110100 | 1110111 | 111 | 11 | 0 | 1011110 | 110101 | 111110 | 1011001 | 11001 |
Color Harmonies of #747707
Complementary color
Monochromatic Colors of #747707
Black with #747707
Text Example
Text Example
White with #747707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747707; }
p { color: rgb(116,119,7); }
H1.HeaderClassName
{
color: #747707;
}
.AnyTagClassName
{
color: #747707;
}
</style>
background-color css
<style>
a { background-color: #747707; }
a { background-color: rgb(116,119,7); }
div.DivClassName
{
background-color: #747707;
}
.BgClassName
{
background-color: #747707;
}
</style>
border-color css
<style>
span { border-color: #747707; }
span { border-color: rgb(116,119,7); }
td.TdClassName
{
border-color: #747707;
}
.TagClassName
{
border-color: #747707;
}
</style>