Shades of Green #076802
Tints of Green #076802
RGB
CMYK
RGB Variations
Color information
#076802 (or 0x076802) is known color: Green. HEX triplet: 07, 68 and 02. RGB value is (7,104,2). Sum of RGB (Red+Green+Blue) = 7+104+2=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 104 (41.02% from 255 or 92.04% from 113); Blue value is 2 (1.17% from 255 or 1.77% from 113); Max value from RGB is 104 - color contains mainly: green. Hex color #076802 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076802 is #F897FD. Grayscale: #3F3F3F. Windows color (decimal): -16291838 or 157703. OLE color: 157703.
HSL color Cylindrical-coordinate representation of color #076802: hue angle of 117.06º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076802 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.59 |
| HSL | 117.06º | 0.96% | 0.21% | - |
| HSV(B) | 117.06º | 0.98% | 0.41% | - |
| XYZ | 5.05 | 9.95 | 1.71 | - |
| YUV | 63.37 | 93.36 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 2 | 0.93 | 0 | 0.98 | 0.59 | 117.06 | 0.96 | 0.21 |
| Hex | 7 | 68 | 2 | 5D | 0 | 62 | 3B | 75 | 60 | 15 |
| Octal | 7 | 150 | 2 | 135 | 0 | 142 | 73 | 165 | 140 | 25 |
| Binary | 111 | 1101000 | 10 | 1011101 | 0 | 1100010 | 111011 | 1110101 | 1100000 | 10101 |
Color Harmonies of #076802
Complementary color
Monochromatic Colors of #076802
Black with #076802
Text Example
Text Example
White with #076802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076802; }
p { color: rgb(7,104,2); }
H1.HeaderClassName
{
color: #076802;
}
.AnyTagClassName
{
color: #076802;
}
</style>
background-color css
<style>
a { background-color: #076802; }
a { background-color: rgb(7,104,2); }
div.DivClassName
{
background-color: #076802;
}
.BgClassName
{
background-color: #076802;
}
</style>
border-color css
<style>
span { border-color: #076802; }
span { border-color: rgb(7,104,2); }
td.TdClassName
{
border-color: #076802;
}
.TagClassName
{
border-color: #076802;
}
</style>