Shades of Olive #789004
Tints of Olive #789004
RGB
CMYK
RGB Variations
Color information
#789004 (or 0x789004) is known color: Olive. HEX triplet: 78, 90 and 04. RGB value is (120,144,4). Sum of RGB (Red+Green+Blue) = 120+144+4=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #789004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789004 is #876FFB. Grayscale: #797979. Windows color (decimal): -8876028 or 299128. OLE color: 299128.
HSL color Cylindrical-coordinate representation of color #789004: hue angle of 70.29º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789004 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.44 |
| HSL | 70.29º | 0.95% | 0.29% | - |
| HSV(B) | 70.29º | 0.97% | 0.56% | - |
| XYZ | 17.74 | 23.95 | 3.8 | - |
| YUV | 120.86 | 62.05 | 127.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 4 | 0.17 | 0 | 0.97 | 0.44 | 70.29 | 0.95 | 0.29 |
| Hex | 78 | 90 | 4 | 11 | 0 | 61 | 2C | 46 | 5F | 1D |
| Octal | 170 | 220 | 4 | 21 | 0 | 141 | 54 | 106 | 137 | 35 |
| Binary | 1111000 | 10010000 | 100 | 10001 | 0 | 1100001 | 101100 | 1000110 | 1011111 | 11101 |
Color Harmonies of #789004
Complementary color
Monochromatic Colors of #789004
Black with #789004
Text Example
Text Example
White with #789004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789004; }
p { color: rgb(120,144,4); }
H1.HeaderClassName
{
color: #789004;
}
.AnyTagClassName
{
color: #789004;
}
</style>
background-color css
<style>
a { background-color: #789004; }
a { background-color: rgb(120,144,4); }
div.DivClassName
{
background-color: #789004;
}
.BgClassName
{
background-color: #789004;
}
</style>
border-color css
<style>
span { border-color: #789004; }
span { border-color: rgb(120,144,4); }
td.TdClassName
{
border-color: #789004;
}
.TagClassName
{
border-color: #789004;
}
</style>