Shades of Olive #788901
Tints of Olive #788901
RGB
CMYK
RGB Variations
Color information
#788901 (or 0x788901) is known color: Olive. HEX triplet: 78, 89 and 01. RGB value is (120,137,1). Sum of RGB (Red+Green+Blue) = 120+137+1=258 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.51% from 258); Green value is 137 (53.91% from 255 or 53.10% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 137 - color contains mainly: green. Hex color #788901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #788901 is #8776FE. Grayscale: #747474. Windows color (decimal): -8877823 or 100728. OLE color: 100728.
HSL color Cylindrical-coordinate representation of color #788901: hue angle of 67.5º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #788901 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 120 | 137 | 1 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.46 |
| HSL | 67.5º | 0.99% | 0.27% | - |
| HSV(B) | 67.5º | 0.99% | 0.54% | - |
| XYZ | 16.7 | 21.89 | 3.37 | - |
| YUV | 116.41 | 62.87 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 137 | 1 | 0.12 | 0 | 0.99 | 0.46 | 67.5 | 0.99 | 0.27 |
| Hex | 78 | 89 | 1 | C | 0 | 63 | 2E | 44 | 63 | 1B |
| Octal | 170 | 211 | 1 | 14 | 0 | 143 | 56 | 104 | 143 | 33 |
| Binary | 1111000 | 10001001 | 1 | 1100 | 0 | 1100011 | 101110 | 1000100 | 1100011 | 11011 |
Color Harmonies of #788901
Complementary color
Monochromatic Colors of #788901
Black with #788901
Text Example
Text Example
White with #788901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #788901; }
p { color: rgb(120,137,1); }
H1.HeaderClassName
{
color: #788901;
}
.AnyTagClassName
{
color: #788901;
}
</style>
background-color css
<style>
a { background-color: #788901; }
a { background-color: rgb(120,137,1); }
div.DivClassName
{
background-color: #788901;
}
.BgClassName
{
background-color: #788901;
}
</style>
border-color css
<style>
span { border-color: #788901; }
span { border-color: rgb(120,137,1); }
td.TdClassName
{
border-color: #788901;
}
.TagClassName
{
border-color: #788901;
}
</style>