Shades of Olive #746E0D
Tints of Olive #746E0D
RGB
CMYK
RGB Variations
Color information
#746E0D (or 0x746E0D) is known color: Olive. HEX triplet: 74, 6E and 0D. RGB value is (116,110,13). Sum of RGB (Red+Green+Blue) = 116+110+13=239 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.54% from 239); Green value is 110 (43.36% from 255 or 46.03% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 116 - color contains mainly: red. Hex color #746E0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E0D is #8B91F2. Grayscale: #656565. Windows color (decimal): -9146867 or 880244. OLE color: 880244.
HSL color Cylindrical-coordinate representation of color #746E0D: hue angle of 56.5º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #746E0D is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 110 | 13 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.55 |
| HSL | 56.5º | 0.8% | 0.25% | - |
| HSV(B) | 56.5º | 0.89% | 0.45% | - |
| XYZ | 12.85 | 14.89 | 2.58 | - |
| YUV | 100.74 | 78.49 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 110 | 13 | 0 | 0.05 | 0.89 | 0.55 | 56.5 | 0.8 | 0.25 |
| Hex | 74 | 6E | D | 0 | 5 | 59 | 37 | 39 | 50 | 19 |
| Octal | 164 | 156 | 15 | 0 | 5 | 131 | 67 | 71 | 120 | 31 |
| Binary | 1110100 | 1101110 | 1101 | 0 | 101 | 1011001 | 110111 | 111001 | 1010000 | 11001 |
Color Harmonies of #746E0D
Complementary color
Monochromatic Colors of #746E0D
Black with #746E0D
Text Example
Text Example
White with #746E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746E0D; }
p { color: rgb(116,110,13); }
H1.HeaderClassName
{
color: #746E0D;
}
.AnyTagClassName
{
color: #746E0D;
}
</style>
background-color css
<style>
a { background-color: #746E0D; }
a { background-color: rgb(116,110,13); }
div.DivClassName
{
background-color: #746E0D;
}
.BgClassName
{
background-color: #746E0D;
}
</style>
border-color css
<style>
span { border-color: #746E0D; }
span { border-color: rgb(116,110,13); }
td.TdClassName
{
border-color: #746E0D;
}
.TagClassName
{
border-color: #746E0D;
}
</style>