Shades of Olive #789802
Tints of Olive #789802
RGB
CMYK
RGB Variations
Color information
#789802 (or 0x789802) is known color: Olive. HEX triplet: 78, 98 and 02. RGB value is (120,152,2). Sum of RGB (Red+Green+Blue) = 120+152+2=274 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.80% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #789802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #789802 is #8767FD. Grayscale: #7D7D7D. Windows color (decimal): -8873982 or 170104. OLE color: 170104.
HSL color Cylindrical-coordinate representation of color #789802: hue angle of 72.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #789802 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 120 | 152 | 2 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.40 |
| HSL | 72.8º | 0.97% | 0.3% | - |
| HSV(B) | 72.8º | 0.99% | 0.6% | - |
| XYZ | 18.98 | 26.45 | 4.16 | - |
| YUV | 125.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 152 | 2 | 0.21 | 0 | 0.99 | 0.40 | 72.8 | 0.97 | 0.3 |
| Hex | 78 | 98 | 2 | 15 | 0 | 63 | 28 | 49 | 61 | 1E |
| Octal | 170 | 230 | 2 | 25 | 0 | 143 | 50 | 111 | 141 | 36 |
| Binary | 1111000 | 10011000 | 10 | 10101 | 0 | 1100011 | 101000 | 1001001 | 1100001 | 11110 |
Color Harmonies of #789802
Complementary color
Monochromatic Colors of #789802
Black with #789802
Text Example
Text Example
White with #789802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789802; }
p { color: rgb(120,152,2); }
H1.HeaderClassName
{
color: #789802;
}
.AnyTagClassName
{
color: #789802;
}
</style>
background-color css
<style>
a { background-color: #789802; }
a { background-color: rgb(120,152,2); }
div.DivClassName
{
background-color: #789802;
}
.BgClassName
{
background-color: #789802;
}
</style>
border-color css
<style>
span { border-color: #789802; }
span { border-color: rgb(120,152,2); }
td.TdClassName
{
border-color: #789802;
}
.TagClassName
{
border-color: #789802;
}
</style>