Shades of Olive #789405
Tints of Olive #789405
RGB
CMYK
RGB Variations
Color information
#789405 (or 0x789405) is known color: Olive. HEX triplet: 78, 94 and 05. RGB value is (120,148,5). Sum of RGB (Red+Green+Blue) = 120+148+5=273 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.96% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #789405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789405 is #876BFA. Grayscale: #7B7B7B. Windows color (decimal): -8875003 or 365688. OLE color: 365688.
HSL color Cylindrical-coordinate representation of color #789405: hue angle of 71.75º degrees, saturation: 0.93, 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 #789405 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 148 | 5 | - |
| CMYK | 0.19 | 0 | 0.97 | 0.42 |
| HSL | 71.75º | 0.93% | 0.3% | - |
| HSV(B) | 71.75º | 0.97% | 0.58% | - |
| XYZ | 18.36 | 25.18 | 4.04 | - |
| YUV | 123.33 | 61.22 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 148 | 5 | 0.19 | 0 | 0.97 | 0.42 | 71.75 | 0.93 | 0.3 |
| Hex | 78 | 94 | 5 | 13 | 0 | 61 | 2A | 48 | 5D | 1E |
| Octal | 170 | 224 | 5 | 23 | 0 | 141 | 52 | 110 | 135 | 36 |
| Binary | 1111000 | 10010100 | 101 | 10011 | 0 | 1100001 | 101010 | 1001000 | 1011101 | 11110 |
Color Harmonies of #789405
Complementary color
Monochromatic Colors of #789405
Black with #789405
Text Example
Text Example
White with #789405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789405; }
p { color: rgb(120,148,5); }
H1.HeaderClassName
{
color: #789405;
}
.AnyTagClassName
{
color: #789405;
}
</style>
background-color css
<style>
a { background-color: #789405; }
a { background-color: rgb(120,148,5); }
div.DivClassName
{
background-color: #789405;
}
.BgClassName
{
background-color: #789405;
}
</style>
border-color css
<style>
span { border-color: #789405; }
span { border-color: rgb(120,148,5); }
td.TdClassName
{
border-color: #789405;
}
.TagClassName
{
border-color: #789405;
}
</style>