Shades of Olive #746E09
Tints of Olive #746E09
RGB
CMYK
RGB Variations
Color information
#746E09 (or 0x746E09) is known color: Olive. HEX triplet: 74, 6E and 09. RGB value is (116,110,9). Sum of RGB (Red+Green+Blue) = 116+110+9=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 110 (43.36% from 255 or 46.81% from 235); Blue value is 9 (3.91% from 255 or 3.83% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #746E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E09 is #8B91F6. Grayscale: #646464. Windows color (decimal): -9146871 or 618100. OLE color: 618100.
HSL color Cylindrical-coordinate representation of color #746E09: hue angle of 56.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #746E09 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 9 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.55 |
| HSL | 56.64º | 0.86% | 0.25% | - |
| HSV(B) | 56.64º | 0.92% | 0.45% | - |
| XYZ | 12.83 | 14.88 | 2.46 | - |
| YUV | 100.28 | 76.49 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 9 | 0 | 0.05 | 0.92 | 0.55 | 56.64 | 0.86 | 0.25 |
| Hex | 74 | 6E | 9 | 0 | 5 | 5C | 37 | 39 | 56 | 19 |
| Octal | 164 | 156 | 11 | 0 | 5 | 134 | 67 | 71 | 126 | 31 |
| Binary | 1110100 | 1101110 | 1001 | 0 | 101 | 1011100 | 110111 | 111001 | 1010110 | 11001 |
Color Harmonies of #746E09
Complementary color
Monochromatic Colors of #746E09
Black with #746E09
Text Example
Text Example
White with #746E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E09; }
p { color: rgb(116,110,9); }
H1.HeaderClassName
{
color: #746E09;
}
.AnyTagClassName
{
color: #746E09;
}
</style>
background-color css
<style>
a { background-color: #746E09; }
a { background-color: rgb(116,110,9); }
div.DivClassName
{
background-color: #746E09;
}
.BgClassName
{
background-color: #746E09;
}
</style>
border-color css
<style>
span { border-color: #746E09; }
span { border-color: rgb(116,110,9); }
td.TdClassName
{
border-color: #746E09;
}
.TagClassName
{
border-color: #746E09;
}
</style>