Shades of Olive #746D06
Tints of Olive #746D06
RGB
CMYK
RGB Variations
Color information
#746D06 (or 0x746D06) is known color: Olive. HEX triplet: 74, 6D and 06. RGB value is (116,109,6). Sum of RGB (Red+Green+Blue) = 116+109+6=231 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.22% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 6 (2.73% from 255 or 2.60% from 231); Max value from RGB is 116 - color contains mainly: red. Hex color #746D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746D06 is #8B92F9. Grayscale: #636363. Windows color (decimal): -9147130 or 421236. OLE color: 421236.
HSL color Cylindrical-coordinate representation of color #746D06: hue angle of 56.18º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #746D06 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 109 | 6 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.55 |
| HSL | 56.18º | 0.9% | 0.24% | - |
| HSV(B) | 56.18º | 0.95% | 0.45% | - |
| XYZ | 12.7 | 14.66 | 2.33 | - |
| YUV | 99.35 | 75.32 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 109 | 6 | 0 | 0.06 | 0.95 | 0.55 | 56.18 | 0.9 | 0.24 |
| Hex | 74 | 6D | 6 | 0 | 6 | 5F | 37 | 38 | 5A | 18 |
| Octal | 164 | 155 | 6 | 0 | 6 | 137 | 67 | 70 | 132 | 30 |
| Binary | 1110100 | 1101101 | 110 | 0 | 110 | 1011111 | 110111 | 111000 | 1011010 | 11000 |
Color Harmonies of #746D06
Complementary color
Monochromatic Colors of #746D06
Black with #746D06
Text Example
Text Example
White with #746D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #746D06; }
p { color: rgb(116,109,6); }
H1.HeaderClassName
{
color: #746D06;
}
.AnyTagClassName
{
color: #746D06;
}
</style>
background-color css
<style>
a { background-color: #746D06; }
a { background-color: rgb(116,109,6); }
div.DivClassName
{
background-color: #746D06;
}
.BgClassName
{
background-color: #746D06;
}
</style>
border-color css
<style>
span { border-color: #746D06; }
span { border-color: rgb(116,109,6); }
td.TdClassName
{
border-color: #746D06;
}
.TagClassName
{
border-color: #746D06;
}
</style>