Shades of Olive #789501
Tints of Olive #789501
RGB
CMYK
RGB Variations
Color information
#789501 (or 0x789501) is known color: Olive. HEX triplet: 78, 95 and 01. RGB value is (120,149,1). Sum of RGB (Red+Green+Blue) = 120+149+1=270 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.44% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #789501 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789501 is #876AFE. Grayscale: #7C7C7C. Windows color (decimal): -8874751 or 103800. OLE color: 103800.
HSL color Cylindrical-coordinate representation of color #789501: hue angle of 71.76º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789501 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 1 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.42 |
| HSL | 71.76º | 0.99% | 0.29% | - |
| HSV(B) | 71.76º | 0.99% | 0.58% | - |
| XYZ | 18.5 | 25.49 | 3.97 | - |
| YUV | 123.46 | 58.89 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 1 | 0.19 | 0 | 0.99 | 0.42 | 71.76 | 0.99 | 0.29 |
| Hex | 78 | 95 | 1 | 13 | 0 | 63 | 2A | 48 | 63 | 1D |
| Octal | 170 | 225 | 1 | 23 | 0 | 143 | 52 | 110 | 143 | 35 |
| Binary | 1111000 | 10010101 | 1 | 10011 | 0 | 1100011 | 101010 | 1001000 | 1100011 | 11101 |
Color Harmonies of #789501
Complementary color
Monochromatic Colors of #789501
Black with #789501
Text Example
Text Example
White with #789501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789501; }
p { color: rgb(120,149,1); }
H1.HeaderClassName
{
color: #789501;
}
.AnyTagClassName
{
color: #789501;
}
</style>
background-color css
<style>
a { background-color: #789501; }
a { background-color: rgb(120,149,1); }
div.DivClassName
{
background-color: #789501;
}
.BgClassName
{
background-color: #789501;
}
</style>
border-color css
<style>
span { border-color: #789501; }
span { border-color: rgb(120,149,1); }
td.TdClassName
{
border-color: #789501;
}
.TagClassName
{
border-color: #789501;
}
</style>