Shades of Olive #746F09
Tints of Olive #746F09
RGB
CMYK
RGB Variations
Color information
#746F09 (or 0x746F09) is known color: Olive. HEX triplet: 74, 6F and 09. RGB value is (116,111,9). Sum of RGB (Red+Green+Blue) = 116+111+9=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #746F09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746F09 is #8B90F6. Grayscale: #656565. Windows color (decimal): -9146615 or 618356. OLE color: 618356.
HSL color Cylindrical-coordinate representation of color #746F09: hue angle of 57.2º 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 #746F09 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 111 | 9 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.55 |
| HSL | 57.2º | 0.86% | 0.25% | - |
| HSV(B) | 57.2º | 0.92% | 0.45% | - |
| XYZ | 12.94 | 15.1 | 2.49 | - |
| YUV | 100.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 111 | 9 | 0 | 0.04 | 0.92 | 0.55 | 57.2 | 0.86 | 0.25 |
| Hex | 74 | 6F | 9 | 0 | 4 | 5C | 37 | 39 | 56 | 19 |
| Octal | 164 | 157 | 11 | 0 | 4 | 134 | 67 | 71 | 126 | 31 |
| Binary | 1110100 | 1101111 | 1001 | 0 | 100 | 1011100 | 110111 | 111001 | 1010110 | 11001 |
Color Harmonies of #746F09
Complementary color
Monochromatic Colors of #746F09
Black with #746F09
Text Example
Text Example
White with #746F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746F09; }
p { color: rgb(116,111,9); }
H1.HeaderClassName
{
color: #746F09;
}
.AnyTagClassName
{
color: #746F09;
}
</style>
background-color css
<style>
a { background-color: #746F09; }
a { background-color: rgb(116,111,9); }
div.DivClassName
{
background-color: #746F09;
}
.BgClassName
{
background-color: #746F09;
}
</style>
border-color css
<style>
span { border-color: #746F09; }
span { border-color: rgb(116,111,9); }
td.TdClassName
{
border-color: #746F09;
}
.TagClassName
{
border-color: #746F09;
}
</style>