Shades of Olive #747600
Tints of Olive #747600
RGB
CMYK
RGB Variations
Color information
#747600 (or 0x747600) is known color: Olive. HEX triplet: 74, 76 and 00. RGB value is (116,118,0). Sum of RGB (Red+Green+Blue) = 116+118+0=234 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.57% from 234); Green value is 118 (46.48% from 255 or 50.43% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 118 - color contains mainly: green. Hex color #747600 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747600 is #8B89FF. Grayscale: #686868. Windows color (decimal): -9144832 or 30324. OLE color: 30324.
HSL color Cylindrical-coordinate representation of color #747600: hue angle of 61.02º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #747600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.54 |
| HSL | 61.02º | 1% | 0.23% | - |
| HSV(B) | 61.02º | 1% | 0.46% | - |
| XYZ | 13.68 | 16.67 | 2.5 | - |
| YUV | 103.95 | 69.34 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 0 | 0.02 | 0 | 1 | 0.54 | 61.02 | 1 | 0.23 |
| Hex | 74 | 76 | 0 | 2 | 0 | 64 | 36 | 3D | 64 | 17 |
| Octal | 164 | 166 | 0 | 2 | 0 | 144 | 66 | 75 | 144 | 27 |
| Binary | 1110100 | 1110110 | 0 | 10 | 0 | 1100100 | 110110 | 111101 | 1100100 | 10111 |
Color Harmonies of #747600
Complementary color
Monochromatic Colors of #747600
Black with #747600
Text Example
Text Example
White with #747600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747600; }
p { color: rgb(116,118,0); }
H1.HeaderClassName
{
color: #747600;
}
.AnyTagClassName
{
color: #747600;
}
</style>
background-color css
<style>
a { background-color: #747600; }
a { background-color: rgb(116,118,0); }
div.DivClassName
{
background-color: #747600;
}
.BgClassName
{
background-color: #747600;
}
</style>
border-color css
<style>
span { border-color: #747600; }
span { border-color: rgb(116,118,0); }
td.TdClassName
{
border-color: #747600;
}
.TagClassName
{
border-color: #747600;
}
</style>