Shades of Olive #747C09
Tints of Olive #747C09
RGB
CMYK
RGB Variations
Color information
#747C09 (or 0x747C09) is known color: Olive. HEX triplet: 74, 7C and 09. RGB value is (116,124,9). Sum of RGB (Red+Green+Blue) = 116+124+9=249 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.59% from 249); Green value is 124 (48.83% from 255 or 49.80% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 124 - color contains mainly: green. Hex color #747C09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747C09 is #8B83F6. Grayscale: #6C6C6C. Windows color (decimal): -9143287 or 621684. OLE color: 621684.
HSL color Cylindrical-coordinate representation of color #747C09: hue angle of 64.17º degrees, saturation: 0.86, 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 #747C09 is Cyan = 0.06, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 116 | 124 | 9 | - |
| CMYK | 0.06 | 0 | 0.93 | 0.51 |
| HSL | 64.17º | 0.86% | 0.26% | - |
| HSV(B) | 64.17º | 0.93% | 0.49% | - |
| XYZ | 14.46 | 18.15 | 3 | - |
| YUV | 108.5 | 71.85 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 124 | 9 | 0.06 | 0 | 0.93 | 0.51 | 64.17 | 0.86 | 0.26 |
| Hex | 74 | 7C | 9 | 6 | 0 | 5D | 33 | 40 | 56 | 1A |
| Octal | 164 | 174 | 11 | 6 | 0 | 135 | 63 | 100 | 126 | 32 |
| Binary | 1110100 | 1111100 | 1001 | 110 | 0 | 1011101 | 110011 | 1000000 | 1010110 | 11010 |
Color Harmonies of #747C09
Complementary color
Monochromatic Colors of #747C09
Black with #747C09
Text Example
Text Example
White with #747C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747C09; }
p { color: rgb(116,124,9); }
H1.HeaderClassName
{
color: #747C09;
}
.AnyTagClassName
{
color: #747C09;
}
</style>
background-color css
<style>
a { background-color: #747C09; }
a { background-color: rgb(116,124,9); }
div.DivClassName
{
background-color: #747C09;
}
.BgClassName
{
background-color: #747C09;
}
</style>
border-color css
<style>
span { border-color: #747C09; }
span { border-color: rgb(116,124,9); }
td.TdClassName
{
border-color: #747C09;
}
.TagClassName
{
border-color: #747C09;
}
</style>