Shades of Olive #747606
Tints of Olive #747606
RGB
CMYK
RGB Variations
Color information
#747606 (or 0x747606) is known color: Olive. HEX triplet: 74, 76 and 06. RGB value is (116,118,6). Sum of RGB (Red+Green+Blue) = 116+118+6=240 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.33% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 6 (2.73% from 255 or 2.5% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #747606 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747606 is #8B89F9. Grayscale: #696969. Windows color (decimal): -9144826 or 423540. OLE color: 423540.
HSL color Cylindrical-coordinate representation of color #747606: hue angle of 61.07º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #747606 is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 6 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.54 |
| HSL | 61.07º | 0.9% | 0.24% | - |
| HSV(B) | 61.07º | 0.95% | 0.46% | - |
| XYZ | 13.71 | 16.68 | 2.67 | - |
| YUV | 104.63 | 72.34 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 6 | 0.02 | 0 | 0.95 | 0.54 | 61.07 | 0.9 | 0.24 |
| Hex | 74 | 76 | 6 | 2 | 0 | 5F | 36 | 3D | 5A | 18 |
| Octal | 164 | 166 | 6 | 2 | 0 | 137 | 66 | 75 | 132 | 30 |
| Binary | 1110100 | 1110110 | 110 | 10 | 0 | 1011111 | 110110 | 111101 | 1011010 | 11000 |
Color Harmonies of #747606
Complementary color
Monochromatic Colors of #747606
Black with #747606
Text Example
Text Example
White with #747606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747606; }
p { color: rgb(116,118,6); }
H1.HeaderClassName
{
color: #747606;
}
.AnyTagClassName
{
color: #747606;
}
</style>
background-color css
<style>
a { background-color: #747606; }
a { background-color: rgb(116,118,6); }
div.DivClassName
{
background-color: #747606;
}
.BgClassName
{
background-color: #747606;
}
</style>
border-color css
<style>
span { border-color: #747606; }
span { border-color: rgb(116,118,6); }
td.TdClassName
{
border-color: #747606;
}
.TagClassName
{
border-color: #747606;
}
</style>