Shades of Green #077002
Tints of Green #077002
RGB
CMYK
RGB Variations
Color information
#077002 (or 0x077002) is known color: Green. HEX triplet: 07, 70 and 02. RGB value is (7,112,2). Sum of RGB (Red+Green+Blue) = 7+112+2=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 112 (44.14% from 255 or 92.56% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 112 - color contains mainly: green. Hex color #077002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077002 is #F88FFD. Grayscale: #444444. Windows color (decimal): -16289790 or 159751. OLE color: 159751.
HSL color Cylindrical-coordinate representation of color #077002: hue angle of 117.27º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #077002 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 112 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.56 |
| HSL | 117.27º | 0.96% | 0.22% | - |
| HSV(B) | 117.27º | 0.98% | 0.44% | - |
| XYZ | 5.89 | 11.64 | 1.99 | - |
| YUV | 68.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 2 | 0.94 | 0 | 0.98 | 0.56 | 117.27 | 0.96 | 0.22 |
| Hex | 7 | 70 | 2 | 5E | 0 | 62 | 38 | 75 | 60 | 16 |
| Octal | 7 | 160 | 2 | 136 | 0 | 142 | 70 | 165 | 140 | 26 |
| Binary | 111 | 1110000 | 10 | 1011110 | 0 | 1100010 | 111000 | 1110101 | 1100000 | 10110 |
Color Harmonies of #077002
Complementary color
Monochromatic Colors of #077002
Black with #077002
Text Example
Text Example
White with #077002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077002; }
p { color: rgb(7,112,2); }
H1.HeaderClassName
{
color: #077002;
}
.AnyTagClassName
{
color: #077002;
}
</style>
background-color css
<style>
a { background-color: #077002; }
a { background-color: rgb(7,112,2); }
div.DivClassName
{
background-color: #077002;
}
.BgClassName
{
background-color: #077002;
}
</style>
border-color css
<style>
span { border-color: #077002; }
span { border-color: rgb(7,112,2); }
td.TdClassName
{
border-color: #077002;
}
.TagClassName
{
border-color: #077002;
}
</style>