Shades of Olive #747E09
Tints of Olive #747E09
RGB
CMYK
RGB Variations
Color information
#747E09 (or 0x747E09) is known color: Olive. HEX triplet: 74, 7E and 09. RGB value is (116,126,9). Sum of RGB (Red+Green+Blue) = 116+126+9=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 126 (49.61% from 255 or 50.20% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 126 - color contains mainly: green. Hex color #747E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747E09 is #8B81F6. Grayscale: #6E6E6E. Windows color (decimal): -9142775 or 622196. OLE color: 622196.
HSL color Cylindrical-coordinate representation of color #747E09: hue angle of 65.13º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #747E09 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 126 | 9 | - |
| CMYK | 0.08 | 0 | 0.93 | 0.51 |
| HSL | 65.13º | 0.87% | 0.26% | - |
| HSV(B) | 65.13º | 0.93% | 0.49% | - |
| XYZ | 14.71 | 18.65 | 3.08 | - |
| YUV | 109.67 | 71.19 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 126 | 9 | 0.08 | 0 | 0.93 | 0.51 | 65.13 | 0.87 | 0.26 |
| Hex | 74 | 7E | 9 | 8 | 0 | 5D | 33 | 41 | 57 | 1A |
| Octal | 164 | 176 | 11 | 10 | 0 | 135 | 63 | 101 | 127 | 32 |
| Binary | 1110100 | 1111110 | 1001 | 1000 | 0 | 1011101 | 110011 | 1000001 | 1010111 | 11010 |
Color Harmonies of #747E09
Complementary color
Monochromatic Colors of #747E09
Black with #747E09
Text Example
Text Example
White with #747E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747E09; }
p { color: rgb(116,126,9); }
H1.HeaderClassName
{
color: #747E09;
}
.AnyTagClassName
{
color: #747E09;
}
</style>
background-color css
<style>
a { background-color: #747E09; }
a { background-color: rgb(116,126,9); }
div.DivClassName
{
background-color: #747E09;
}
.BgClassName
{
background-color: #747E09;
}
</style>
border-color css
<style>
span { border-color: #747E09; }
span { border-color: rgb(116,126,9); }
td.TdClassName
{
border-color: #747E09;
}
.TagClassName
{
border-color: #747E09;
}
</style>