Shades of Olive #789904
Tints of Olive #789904
RGB
CMYK
RGB Variations
Color information
#789904 (or 0x789904) is known color: Olive. HEX triplet: 78, 99 and 04. RGB value is (120,153,4). Sum of RGB (Red+Green+Blue) = 120+153+4=277 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.32% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #789904 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789904 is #8766FB. Grayscale: #7E7E7E. Windows color (decimal): -8873724 or 301432. OLE color: 301432.
HSL color Cylindrical-coordinate representation of color #789904: hue angle of 73.29º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789904 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 153 | 4 | - |
| CMYK | 0.22 | 0 | 0.97 | 0.4 |
| HSL | 73.29º | 0.95% | 0.31% | - |
| HSV(B) | 73.29º | 0.97% | 0.6% | - |
| XYZ | 19.16 | 26.78 | 4.27 | - |
| YUV | 126.15 | 59.07 | 123.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 153 | 4 | 0.22 | 0 | 0.97 | 0.4 | 73.29 | 0.95 | 0.31 |
| Hex | 78 | 99 | 4 | 16 | 0 | 61 | 28 | 49 | 5F | 1F |
| Octal | 170 | 231 | 4 | 26 | 0 | 141 | 50 | 111 | 137 | 37 |
| Binary | 1111000 | 10011001 | 100 | 10110 | 0 | 1100001 | 101000 | 1001001 | 1011111 | 11111 |
Color Harmonies of #789904
Complementary color
Monochromatic Colors of #789904
Black with #789904
Text Example
Text Example
White with #789904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789904; }
p { color: rgb(120,153,4); }
H1.HeaderClassName
{
color: #789904;
}
.AnyTagClassName
{
color: #789904;
}
</style>
background-color css
<style>
a { background-color: #789904; }
a { background-color: rgb(120,153,4); }
div.DivClassName
{
background-color: #789904;
}
.BgClassName
{
background-color: #789904;
}
</style>
border-color css
<style>
span { border-color: #789904; }
span { border-color: rgb(120,153,4); }
td.TdClassName
{
border-color: #789904;
}
.TagClassName
{
border-color: #789904;
}
</style>