Shades of Olive #746D04
Tints of Olive #746D04
RGB
CMYK
RGB Variations
Color information
#746D04 (or 0x746D04) is known color: Olive. HEX triplet: 74, 6D and 04. RGB value is (116,109,4). Sum of RGB (Red+Green+Blue) = 116+109+4=229 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.66% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 116 - color contains mainly: red. Hex color #746D04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D04 is #8B92FB. Grayscale: #636363. Windows color (decimal): -9147132 or 290164. OLE color: 290164.
HSL color Cylindrical-coordinate representation of color #746D04: hue angle of 56.25º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746D04 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 4 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.55 |
| HSL | 56.25º | 0.93% | 0.24% | - |
| HSV(B) | 56.25º | 0.97% | 0.45% | - |
| XYZ | 12.69 | 14.66 | 2.28 | - |
| YUV | 99.12 | 74.32 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 4 | 0 | 0.06 | 0.97 | 0.55 | 56.25 | 0.93 | 0.24 |
| Hex | 74 | 6D | 4 | 0 | 6 | 61 | 37 | 38 | 5D | 18 |
| Octal | 164 | 155 | 4 | 0 | 6 | 141 | 67 | 70 | 135 | 30 |
| Binary | 1110100 | 1101101 | 100 | 0 | 110 | 1100001 | 110111 | 111000 | 1011101 | 11000 |
Color Harmonies of #746D04
Complementary color
Monochromatic Colors of #746D04
Black with #746D04
Text Example
Text Example
White with #746D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D04; }
p { color: rgb(116,109,4); }
H1.HeaderClassName
{
color: #746D04;
}
.AnyTagClassName
{
color: #746D04;
}
</style>
background-color css
<style>
a { background-color: #746D04; }
a { background-color: rgb(116,109,4); }
div.DivClassName
{
background-color: #746D04;
}
.BgClassName
{
background-color: #746D04;
}
</style>
border-color css
<style>
span { border-color: #746D04; }
span { border-color: rgb(116,109,4); }
td.TdClassName
{
border-color: #746D04;
}
.TagClassName
{
border-color: #746D04;
}
</style>