Shades of Olive #789701
Tints of Olive #789701
RGB
CMYK
RGB Variations
Color information
#789701 (or 0x789701) is known color: Olive. HEX triplet: 78, 97 and 01. RGB value is (120,151,1). Sum of RGB (Red+Green+Blue) = 120+151+1=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 1 (0.78% from 255 or 0.37% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #789701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789701 is #8768FE. Grayscale: #7D7D7D. Windows color (decimal): -8874239 or 104312. OLE color: 104312.
HSL color Cylindrical-coordinate representation of color #789701: hue angle of 72.4º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789701 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 120 | 151 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.41 |
| HSL | 72.4º | 0.99% | 0.3% | - |
| HSV(B) | 72.4º | 0.99% | 0.59% | - |
| XYZ | 18.82 | 26.13 | 4.08 | - |
| YUV | 124.63 | 58.23 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 151 | 1 | 0.21 | 0 | 0.99 | 0.41 | 72.4 | 0.99 | 0.3 |
| Hex | 78 | 97 | 1 | 15 | 0 | 63 | 29 | 48 | 63 | 1E |
| Octal | 170 | 227 | 1 | 25 | 0 | 143 | 51 | 110 | 143 | 36 |
| Binary | 1111000 | 10010111 | 1 | 10101 | 0 | 1100011 | 101001 | 1001000 | 1100011 | 11110 |
Color Harmonies of #789701
Complementary color
Monochromatic Colors of #789701
Black with #789701
Text Example
Text Example
White with #789701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789701; }
p { color: rgb(120,151,1); }
H1.HeaderClassName
{
color: #789701;
}
.AnyTagClassName
{
color: #789701;
}
</style>
background-color css
<style>
a { background-color: #789701; }
a { background-color: rgb(120,151,1); }
div.DivClassName
{
background-color: #789701;
}
.BgClassName
{
background-color: #789701;
}
</style>
border-color css
<style>
span { border-color: #789701; }
span { border-color: rgb(120,151,1); }
td.TdClassName
{
border-color: #789701;
}
.TagClassName
{
border-color: #789701;
}
</style>