Shades of Green #077001
Tints of Green #077001
RGB
CMYK
RGB Variations
Color information
#077001 (or 0x077001) is known color: Green. HEX triplet: 07, 70 and 01. RGB value is (7,112,1). Sum of RGB (Red+Green+Blue) = 7+112+1=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 112 (44.14% from 255 or 93.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 112 - color contains mainly: green. Hex color #077001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077001 is #F88FFE. Grayscale: #444444. Windows color (decimal): -16289791 or 94215. OLE color: 94215.
HSL color Cylindrical-coordinate representation of color #077001: hue angle of 116.76º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #077001 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.56 |
| HSL | 116.76º | 0.98% | 0.22% | - |
| HSV(B) | 116.76º | 0.99% | 0.44% | - |
| XYZ | 5.89 | 11.64 | 1.96 | - |
| YUV | 67.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 1 | 0.94 | 0 | 0.99 | 0.56 | 116.76 | 0.98 | 0.22 |
| Hex | 7 | 70 | 1 | 5E | 0 | 63 | 38 | 75 | 62 | 16 |
| Octal | 7 | 160 | 1 | 136 | 0 | 143 | 70 | 165 | 142 | 26 |
| Binary | 111 | 1110000 | 1 | 1011110 | 0 | 1100011 | 111000 | 1110101 | 1100010 | 10110 |
Color Harmonies of #077001
Complementary color
Monochromatic Colors of #077001
Black with #077001
Text Example
Text Example
White with #077001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077001; }
p { color: rgb(7,112,1); }
H1.HeaderClassName
{
color: #077001;
}
.AnyTagClassName
{
color: #077001;
}
</style>
background-color css
<style>
a { background-color: #077001; }
a { background-color: rgb(7,112,1); }
div.DivClassName
{
background-color: #077001;
}
.BgClassName
{
background-color: #077001;
}
</style>
border-color css
<style>
span { border-color: #077001; }
span { border-color: rgb(7,112,1); }
td.TdClassName
{
border-color: #077001;
}
.TagClassName
{
border-color: #077001;
}
</style>