Shades of Olive #787E01
Tints of Olive #787E01
RGB
CMYK
RGB Variations
Color information
#787E01 (or 0x787E01) is known color: Olive. HEX triplet: 78, 7E and 01. RGB value is (120,126,1). Sum of RGB (Red+Green+Blue) = 120+126+1=247 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.58% from 247); Green value is 126 (49.61% from 255 or 51.01% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 126 - color contains mainly: green. Hex color #787E01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #787E01 is #8781FE. Grayscale: #6E6E6E. Windows color (decimal): -8880639 or 97912. OLE color: 97912.
HSL color Cylindrical-coordinate representation of color #787E01: hue angle of 62.88º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #787E01 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 120 | 126 | 1 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.51 |
| HSL | 62.88º | 0.98% | 0.25% | - |
| HSV(B) | 62.88º | 0.99% | 0.49% | - |
| XYZ | 15.21 | 18.92 | 2.88 | - |
| YUV | 109.96 | 66.51 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 126 | 1 | 0.05 | 0 | 0.99 | 0.51 | 62.88 | 0.98 | 0.25 |
| Hex | 78 | 7E | 1 | 5 | 0 | 63 | 33 | 3F | 62 | 19 |
| Octal | 170 | 176 | 1 | 5 | 0 | 143 | 63 | 77 | 142 | 31 |
| Binary | 1111000 | 1111110 | 1 | 101 | 0 | 1100011 | 110011 | 111111 | 1100010 | 11001 |
Color Harmonies of #787E01
Complementary color
Monochromatic Colors of #787E01
Black with #787E01
Text Example
Text Example
White with #787E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787E01; }
p { color: rgb(120,126,1); }
H1.HeaderClassName
{
color: #787E01;
}
.AnyTagClassName
{
color: #787E01;
}
</style>
background-color css
<style>
a { background-color: #787E01; }
a { background-color: rgb(120,126,1); }
div.DivClassName
{
background-color: #787E01;
}
.BgClassName
{
background-color: #787E01;
}
</style>
border-color css
<style>
span { border-color: #787E01; }
span { border-color: rgb(120,126,1); }
td.TdClassName
{
border-color: #787E01;
}
.TagClassName
{
border-color: #787E01;
}
</style>