Shades of Green #007801
Tints of Green #007801
RGB
CMYK
RGB Variations
Color information
#007801 (or 0x007801) is known color: Green. HEX triplet: 00, 78 and 01. RGB value is (0,120,1). Sum of RGB (Red+Green+Blue) = 0+120+1=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 120 (47.27% from 255 or 99.17% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 120 - color contains mainly: green. Hex color #007801 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007801 is #FF87FE. Grayscale: #464646. Windows color (decimal): -16746495 or 96256. OLE color: 96256.
HSL color Cylindrical-coordinate representation of color #007801: hue angle of 120.5º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007801 is Cyan = 1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 120 | 1 | - |
| CMYK | 1 | 0 | 0.99 | 0.53 |
| HSL | 120.5º | 1% | 0.24% | - |
| HSV(B) | 120.5º | 1% | 0.47% | - |
| XYZ | 6.72 | 13.44 | 2.27 | - |
| YUV | 70.55 | 88.74 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 120 | 1 | 1 | 0 | 0.99 | 0.53 | 120.5 | 1 | 0.24 |
| Hex | 0 | 78 | 1 | 64 | 0 | 63 | 35 | 79 | 64 | 18 |
| Octal | 0 | 170 | 1 | 144 | 0 | 143 | 65 | 171 | 144 | 30 |
| Binary | 0 | 1111000 | 1 | 1100100 | 0 | 1100011 | 110101 | 1111001 | 1100100 | 11000 |
Color Harmonies of #007801
Complementary color
Monochromatic Colors of #007801
Black with #007801
Text Example
Text Example
White with #007801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007801; }
p { color: rgb(0,120,1); }
H1.HeaderClassName
{
color: #007801;
}
.AnyTagClassName
{
color: #007801;
}
</style>
background-color css
<style>
a { background-color: #007801; }
a { background-color: rgb(0,120,1); }
div.DivClassName
{
background-color: #007801;
}
.BgClassName
{
background-color: #007801;
}
</style>
border-color css
<style>
span { border-color: #007801; }
span { border-color: rgb(0,120,1); }
td.TdClassName
{
border-color: #007801;
}
.TagClassName
{
border-color: #007801;
}
</style>