Shades of Olive #787904
Tints of Olive #787904
RGB
CMYK
RGB Variations
Color information
#787904 (or 0x787904) is known color: Olive. HEX triplet: 78, 79 and 04. RGB value is (120,121,4). Sum of RGB (Red+Green+Blue) = 120+121+4=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 121 (47.66% from 255 or 49.39% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 121 - color contains mainly: green. Hex color #787904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787904 is #8786FB. Grayscale: #6B6B6B. Windows color (decimal): -8881916 or 293240. OLE color: 293240.
HSL color Cylindrical-coordinate representation of color #787904: hue angle of 60.51º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #787904 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 4 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.53 |
| HSL | 60.51º | 0.94% | 0.25% | - |
| HSV(B) | 60.51º | 0.97% | 0.47% | - |
| XYZ | 14.61 | 17.68 | 2.76 | - |
| YUV | 107.36 | 69.67 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 4 | 0.01 | 0 | 0.97 | 0.53 | 60.51 | 0.94 | 0.25 |
| Hex | 78 | 79 | 4 | 1 | 0 | 61 | 35 | 3D | 5E | 19 |
| Octal | 170 | 171 | 4 | 1 | 0 | 141 | 65 | 75 | 136 | 31 |
| Binary | 1111000 | 1111001 | 100 | 1 | 0 | 1100001 | 110101 | 111101 | 1011110 | 11001 |
Color Harmonies of #787904
Complementary color
Monochromatic Colors of #787904
Black with #787904
Text Example
Text Example
White with #787904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787904; }
p { color: rgb(120,121,4); }
H1.HeaderClassName
{
color: #787904;
}
.AnyTagClassName
{
color: #787904;
}
</style>
background-color css
<style>
a { background-color: #787904; }
a { background-color: rgb(120,121,4); }
div.DivClassName
{
background-color: #787904;
}
.BgClassName
{
background-color: #787904;
}
</style>
border-color css
<style>
span { border-color: #787904; }
span { border-color: rgb(120,121,4); }
td.TdClassName
{
border-color: #787904;
}
.TagClassName
{
border-color: #787904;
}
</style>