Shades of Olive #789104
Tints of Olive #789104
RGB
CMYK
RGB Variations
Color information
#789104 (or 0x789104) is known color: Olive. HEX triplet: 78, 91 and 04. RGB value is (120,145,4). Sum of RGB (Red+Green+Blue) = 120+145+4=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 145 (57.03% from 255 or 53.90% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 145 - color contains mainly: green. Hex color #789104 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789104 is #876EFB. Grayscale: #797979. Windows color (decimal): -8875772 or 299384. OLE color: 299384.
HSL color Cylindrical-coordinate representation of color #789104: hue angle of 70.64º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789104 is Cyan = 0.17, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 120 | 145 | 4 | - |
| CMYK | 0.17 | 0 | 0.97 | 0.43 |
| HSL | 70.64º | 0.95% | 0.29% | - |
| HSV(B) | 70.64º | 0.97% | 0.57% | - |
| XYZ | 17.89 | 24.25 | 3.85 | - |
| YUV | 121.45 | 61.72 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 145 | 4 | 0.17 | 0 | 0.97 | 0.43 | 70.64 | 0.95 | 0.29 |
| Hex | 78 | 91 | 4 | 11 | 0 | 61 | 2B | 47 | 5F | 1D |
| Octal | 170 | 221 | 4 | 21 | 0 | 141 | 53 | 107 | 137 | 35 |
| Binary | 1111000 | 10010001 | 100 | 10001 | 0 | 1100001 | 101011 | 1000111 | 1011111 | 11101 |
Color Harmonies of #789104
Complementary color
Monochromatic Colors of #789104
Black with #789104
Text Example
Text Example
White with #789104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789104; }
p { color: rgb(120,145,4); }
H1.HeaderClassName
{
color: #789104;
}
.AnyTagClassName
{
color: #789104;
}
</style>
background-color css
<style>
a { background-color: #789104; }
a { background-color: rgb(120,145,4); }
div.DivClassName
{
background-color: #789104;
}
.BgClassName
{
background-color: #789104;
}
</style>
border-color css
<style>
span { border-color: #789104; }
span { border-color: rgb(120,145,4); }
td.TdClassName
{
border-color: #789104;
}
.TagClassName
{
border-color: #789104;
}
</style>