Shades of Olive #787901
Tints of Olive #787901
RGB
CMYK
RGB Variations
Color information
#787901 (or 0x787901) is known color: Olive. HEX triplet: 78, 79 and 01. RGB value is (120,121,1). Sum of RGB (Red+Green+Blue) = 120+121+1=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 121 (47.66% from 255 or 50% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 121 - color contains mainly: green. Hex color #787901 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787901 is #8786FE. Grayscale: #6B6B6B. Windows color (decimal): -8881919 or 96632. OLE color: 96632.
HSL color Cylindrical-coordinate representation of color #787901: hue angle of 60.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #787901 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 121 | 1 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.53 |
| HSL | 60.5º | 0.98% | 0.24% | - |
| HSV(B) | 60.5º | 0.99% | 0.47% | - |
| XYZ | 14.59 | 17.67 | 2.67 | - |
| YUV | 107.02 | 68.17 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 121 | 1 | 0.01 | 0 | 0.99 | 0.53 | 60.5 | 0.98 | 0.24 |
| Hex | 78 | 79 | 1 | 1 | 0 | 63 | 35 | 3C | 62 | 18 |
| Octal | 170 | 171 | 1 | 1 | 0 | 143 | 65 | 74 | 142 | 30 |
| Binary | 1111000 | 1111001 | 1 | 1 | 0 | 1100011 | 110101 | 111100 | 1100010 | 11000 |
Color Harmonies of #787901
Complementary color
Monochromatic Colors of #787901
Black with #787901
Text Example
Text Example
White with #787901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787901; }
p { color: rgb(120,121,1); }
H1.HeaderClassName
{
color: #787901;
}
.AnyTagClassName
{
color: #787901;
}
</style>
background-color css
<style>
a { background-color: #787901; }
a { background-color: rgb(120,121,1); }
div.DivClassName
{
background-color: #787901;
}
.BgClassName
{
background-color: #787901;
}
</style>
border-color css
<style>
span { border-color: #787901; }
span { border-color: rgb(120,121,1); }
td.TdClassName
{
border-color: #787901;
}
.TagClassName
{
border-color: #787901;
}
</style>