Shades of Olive #789304
Tints of Olive #789304
RGB
CMYK
RGB Variations
Color information
#789304 (or 0x789304) is known color: Olive. HEX triplet: 78, 93 and 04. RGB value is (120,147,4). Sum of RGB (Red+Green+Blue) = 120+147+4=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 147 (57.81% from 255 or 54.24% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 147 - color contains mainly: green. Hex color #789304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789304 is #876CFB. Grayscale: #7B7B7B. Windows color (decimal): -8875260 or 299896. OLE color: 299896.
HSL color Cylindrical-coordinate representation of color #789304: hue angle of 71.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #789304 is Cyan = 0.18, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 147 | 4 | - |
| CMYK | 0.18 | 0 | 0.97 | 0.42 |
| HSL | 71.33º | 0.95% | 0.3% | - |
| HSV(B) | 71.33º | 0.97% | 0.58% | - |
| XYZ | 18.2 | 24.87 | 3.96 | - |
| YUV | 122.63 | 61.05 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 147 | 4 | 0.18 | 0 | 0.97 | 0.42 | 71.33 | 0.95 | 0.3 |
| Hex | 78 | 93 | 4 | 12 | 0 | 61 | 2A | 47 | 5F | 1E |
| Octal | 170 | 223 | 4 | 22 | 0 | 141 | 52 | 107 | 137 | 36 |
| Binary | 1111000 | 10010011 | 100 | 10010 | 0 | 1100001 | 101010 | 1000111 | 1011111 | 11110 |
Color Harmonies of #789304
Complementary color
Monochromatic Colors of #789304
Black with #789304
Text Example
Text Example
White with #789304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789304; }
p { color: rgb(120,147,4); }
H1.HeaderClassName
{
color: #789304;
}
.AnyTagClassName
{
color: #789304;
}
</style>
background-color css
<style>
a { background-color: #789304; }
a { background-color: rgb(120,147,4); }
div.DivClassName
{
background-color: #789304;
}
.BgClassName
{
background-color: #789304;
}
</style>
border-color css
<style>
span { border-color: #789304; }
span { border-color: rgb(120,147,4); }
td.TdClassName
{
border-color: #789304;
}
.TagClassName
{
border-color: #789304;
}
</style>