Shades of Green #007702
Tints of Green #007702
RGB
CMYK
RGB Variations
Color information
#007702 (or 0x007702) is known color: Green. HEX triplet: 00, 77 and 02. RGB value is (0,119,2). Sum of RGB (Red+Green+Blue) = 0+119+2=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 119 (46.88% from 255 or 98.35% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 119 - color contains mainly: green. Hex color #007702 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007702 is #FF88FD. Grayscale: #464646. Windows color (decimal): -16746750 or 161536. OLE color: 161536.
HSL color Cylindrical-coordinate representation of color #007702: hue angle of 121.01º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007702 is Cyan = 1, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 0 | 119 | 2 | - |
| CMYK | 1 | 0 | 0.98 | 0.53 |
| HSL | 121.01º | 1% | 0.23% | - |
| HSV(B) | 121.01º | 1% | 0.47% | - |
| XYZ | 6.61 | 13.2 | 2.26 | - |
| YUV | 70.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 2 | 1 | 0 | 0.98 | 0.53 | 121.01 | 1 | 0.23 |
| Hex | 0 | 77 | 2 | 64 | 0 | 62 | 35 | 79 | 64 | 17 |
| Octal | 0 | 167 | 2 | 144 | 0 | 142 | 65 | 171 | 144 | 27 |
| Binary | 0 | 1110111 | 10 | 1100100 | 0 | 1100010 | 110101 | 1111001 | 1100100 | 10111 |
Color Harmonies of #007702
Complementary color
Monochromatic Colors of #007702
Black with #007702
Text Example
Text Example
White with #007702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007702; }
p { color: rgb(0,119,2); }
H1.HeaderClassName
{
color: #007702;
}
.AnyTagClassName
{
color: #007702;
}
</style>
background-color css
<style>
a { background-color: #007702; }
a { background-color: rgb(0,119,2); }
div.DivClassName
{
background-color: #007702;
}
.BgClassName
{
background-color: #007702;
}
</style>
border-color css
<style>
span { border-color: #007702; }
span { border-color: rgb(0,119,2); }
td.TdClassName
{
border-color: #007702;
}
.TagClassName
{
border-color: #007702;
}
</style>