Shades of Olive #746D0D
Tints of Olive #746D0D
RGB
CMYK
RGB Variations
Color information
#746D0D (or 0x746D0D) is known color: Olive. HEX triplet: 74, 6D and 0D. RGB value is (116,109,13). Sum of RGB (Red+Green+Blue) = 116+109+13=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 109 (42.97% from 255 or 45.80% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #746D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D0D is #8B92F2. Grayscale: #646464. Windows color (decimal): -9147123 or 879988. OLE color: 879988.
HSL color Cylindrical-coordinate representation of color #746D0D: hue angle of 55.92º 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 #746D0D is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 13 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.55 |
| HSL | 55.92º | 0.8% | 0.25% | - |
| HSV(B) | 55.92º | 0.89% | 0.45% | - |
| XYZ | 12.74 | 14.68 | 2.54 | - |
| YUV | 100.15 | 78.82 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 13 | 0 | 0.06 | 0.89 | 0.55 | 55.92 | 0.8 | 0.25 |
| Hex | 74 | 6D | D | 0 | 6 | 59 | 37 | 38 | 50 | 19 |
| Octal | 164 | 155 | 15 | 0 | 6 | 131 | 67 | 70 | 120 | 31 |
| Binary | 1110100 | 1101101 | 1101 | 0 | 110 | 1011001 | 110111 | 111000 | 1010000 | 11001 |
Color Harmonies of #746D0D
Complementary color
Monochromatic Colors of #746D0D
Black with #746D0D
Text Example
Text Example
White with #746D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D0D; }
p { color: rgb(116,109,13); }
H1.HeaderClassName
{
color: #746D0D;
}
.AnyTagClassName
{
color: #746D0D;
}
</style>
background-color css
<style>
a { background-color: #746D0D; }
a { background-color: rgb(116,109,13); }
div.DivClassName
{
background-color: #746D0D;
}
.BgClassName
{
background-color: #746D0D;
}
</style>
border-color css
<style>
span { border-color: #746D0D; }
span { border-color: rgb(116,109,13); }
td.TdClassName
{
border-color: #746D0D;
}
.TagClassName
{
border-color: #746D0D;
}
</style>