Shades of Olive #747206
Tints of Olive #747206
RGB
CMYK
RGB Variations
Color information
#747206 (or 0x747206) is known color: Olive. HEX triplet: 74, 72 and 06. RGB value is (116,114,6). Sum of RGB (Red+Green+Blue) = 116+114+6=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #747206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747206 is #8B8DF9. Grayscale: #666666. Windows color (decimal): -9145850 or 422516. OLE color: 422516.
HSL color Cylindrical-coordinate representation of color #747206: hue angle of 58.91º 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 #747206 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 6 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.55 |
| HSL | 58.91º | 0.9% | 0.24% | - |
| HSV(B) | 58.91º | 0.95% | 0.45% | - |
| XYZ | 13.25 | 15.76 | 2.52 | - |
| YUV | 102.29 | 73.66 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 6 | 0 | 0.02 | 0.95 | 0.55 | 58.91 | 0.9 | 0.24 |
| Hex | 74 | 72 | 6 | 0 | 2 | 5F | 37 | 3B | 5A | 18 |
| Octal | 164 | 162 | 6 | 0 | 2 | 137 | 67 | 73 | 132 | 30 |
| Binary | 1110100 | 1110010 | 110 | 0 | 10 | 1011111 | 110111 | 111011 | 1011010 | 11000 |
Color Harmonies of #747206
Complementary color
Monochromatic Colors of #747206
Black with #747206
Text Example
Text Example
White with #747206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747206; }
p { color: rgb(116,114,6); }
H1.HeaderClassName
{
color: #747206;
}
.AnyTagClassName
{
color: #747206;
}
</style>
background-color css
<style>
a { background-color: #747206; }
a { background-color: rgb(116,114,6); }
div.DivClassName
{
background-color: #747206;
}
.BgClassName
{
background-color: #747206;
}
</style>
border-color css
<style>
span { border-color: #747206; }
span { border-color: rgb(116,114,6); }
td.TdClassName
{
border-color: #747206;
}
.TagClassName
{
border-color: #747206;
}
</style>