Shades of Olive #767004
Tints of Olive #767004
RGB
CMYK
RGB Variations
Color information
#767004 (or 0x767004) is known color: Olive. HEX triplet: 76, 70 and 04. RGB value is (118,112,4). Sum of RGB (Red+Green+Blue) = 118+112+4=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 4 (1.95% from 255 or 1.71% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #767004 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #767004 is #898FFB. Grayscale: #656565. Windows color (decimal): -9015292 or 290934. OLE color: 290934.
HSL color Cylindrical-coordinate representation of color #767004: hue angle of 56.84º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #767004 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 112 | 4 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.54 |
| HSL | 56.84º | 0.93% | 0.24% | - |
| HSV(B) | 56.84º | 0.97% | 0.46% | - |
| XYZ | 13.29 | 15.45 | 2.4 | - |
| YUV | 101.48 | 72.99 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 112 | 4 | 0 | 0.05 | 0.97 | 0.54 | 56.84 | 0.93 | 0.24 |
| Hex | 76 | 70 | 4 | 0 | 5 | 61 | 36 | 39 | 5D | 18 |
| Octal | 166 | 160 | 4 | 0 | 5 | 141 | 66 | 71 | 135 | 30 |
| Binary | 1110110 | 1110000 | 100 | 0 | 101 | 1100001 | 110110 | 111001 | 1011101 | 11000 |
Color Harmonies of #767004
Complementary color
Monochromatic Colors of #767004
Black with #767004
Text Example
Text Example
White with #767004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767004; }
p { color: rgb(118,112,4); }
H1.HeaderClassName
{
color: #767004;
}
.AnyTagClassName
{
color: #767004;
}
</style>
background-color css
<style>
a { background-color: #767004; }
a { background-color: rgb(118,112,4); }
div.DivClassName
{
background-color: #767004;
}
.BgClassName
{
background-color: #767004;
}
</style>
border-color css
<style>
span { border-color: #767004; }
span { border-color: rgb(118,112,4); }
td.TdClassName
{
border-color: #767004;
}
.TagClassName
{
border-color: #767004;
}
</style>