Shades of Olive #789001
Tints of Olive #789001
RGB
CMYK
RGB Variations
Color information
#789001 (or 0x789001) is known color: Olive. HEX triplet: 78, 90 and 01. RGB value is (120,144,1). Sum of RGB (Red+Green+Blue) = 120+144+1=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #789001 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789001 is #876FFE. Grayscale: #797979. Windows color (decimal): -8876031 or 102520. OLE color: 102520.
HSL color Cylindrical-coordinate representation of color #789001: hue angle of 70.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789001 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 120 | 144 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.44 |
| HSL | 70.07º | 0.99% | 0.28% | - |
| HSV(B) | 70.07º | 0.99% | 0.56% | - |
| XYZ | 17.72 | 23.94 | 3.72 | - |
| YUV | 120.52 | 60.55 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 144 | 1 | 0.17 | 0 | 0.99 | 0.44 | 70.07 | 0.99 | 0.28 |
| Hex | 78 | 90 | 1 | 11 | 0 | 63 | 2C | 46 | 63 | 1C |
| Octal | 170 | 220 | 1 | 21 | 0 | 143 | 54 | 106 | 143 | 34 |
| Binary | 1111000 | 10010000 | 1 | 10001 | 0 | 1100011 | 101100 | 1000110 | 1100011 | 11100 |
Color Harmonies of #789001
Complementary color
Monochromatic Colors of #789001
Black with #789001
Text Example
Text Example
White with #789001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789001; }
p { color: rgb(120,144,1); }
H1.HeaderClassName
{
color: #789001;
}
.AnyTagClassName
{
color: #789001;
}
</style>
background-color css
<style>
a { background-color: #789001; }
a { background-color: rgb(120,144,1); }
div.DivClassName
{
background-color: #789001;
}
.BgClassName
{
background-color: #789001;
}
</style>
border-color css
<style>
span { border-color: #789001; }
span { border-color: rgb(120,144,1); }
td.TdClassName
{
border-color: #789001;
}
.TagClassName
{
border-color: #789001;
}
</style>