Shades of Olive #746D09
Tints of Olive #746D09
RGB
CMYK
RGB Variations
Color information
#746D09 (or 0x746D09) is known color: Olive. HEX triplet: 74, 6D and 09. RGB value is (116,109,9). Sum of RGB (Red+Green+Blue) = 116+109+9=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 109 (42.97% from 255 or 46.58% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 116 - color contains mainly: red. Hex color #746D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D09 is #8B92F6. Grayscale: #646464. Windows color (decimal): -9147127 or 617844. OLE color: 617844.
HSL color Cylindrical-coordinate representation of color #746D09: hue angle of 56.07º 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 #746D09 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 9 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.55 |
| HSL | 56.07º | 0.86% | 0.25% | - |
| HSV(B) | 56.07º | 0.92% | 0.45% | - |
| XYZ | 12.72 | 14.67 | 2.42 | - |
| YUV | 99.69 | 76.82 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 9 | 0 | 0.06 | 0.92 | 0.55 | 56.07 | 0.86 | 0.25 |
| Hex | 74 | 6D | 9 | 0 | 6 | 5C | 37 | 38 | 56 | 19 |
| Octal | 164 | 155 | 11 | 0 | 6 | 134 | 67 | 70 | 126 | 31 |
| Binary | 1110100 | 1101101 | 1001 | 0 | 110 | 1011100 | 110111 | 111000 | 1010110 | 11001 |
Color Harmonies of #746D09
Complementary color
Monochromatic Colors of #746D09
Black with #746D09
Text Example
Text Example
White with #746D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D09; }
p { color: rgb(116,109,9); }
H1.HeaderClassName
{
color: #746D09;
}
.AnyTagClassName
{
color: #746D09;
}
</style>
background-color css
<style>
a { background-color: #746D09; }
a { background-color: rgb(116,109,9); }
div.DivClassName
{
background-color: #746D09;
}
.BgClassName
{
background-color: #746D09;
}
</style>
border-color css
<style>
span { border-color: #746D09; }
span { border-color: rgb(116,109,9); }
td.TdClassName
{
border-color: #746D09;
}
.TagClassName
{
border-color: #746D09;
}
</style>