Shades of Green #076007
Tints of Green #076007
RGB
CMYK
RGB Variations
Color information
#076007 (or 0x076007) is known color: Green. HEX triplet: 07, 60 and 07. RGB value is (7,96,7). Sum of RGB (Red+Green+Blue) = 7+96+7=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 96 (37.89% from 255 or 87.27% from 110); Blue value is 7 (3.12% from 255 or 6.36% from 110); Max value from RGB is 96 - color contains mainly: green. Hex color #076007 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076007 is #F89FF8. Grayscale: #3B3B3B. Windows color (decimal): -16293881 or 483335. OLE color: 483335.
HSL color Cylindrical-coordinate representation of color #076007: hue angle of 120º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076007 is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 7 | - |
| CMYK | 0.93 | 0 | 0.93 | 0.62 |
| HSL | 120º | 0.86% | 0.2% | - |
| HSV(B) | 120º | 0.93% | 0.38% | - |
| XYZ | 4.31 | 8.43 | 1.6 | - |
| YUV | 59.24 | 98.51 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 7 | 0.93 | 0 | 0.93 | 0.62 | 120 | 0.86 | 0.2 |
| Hex | 7 | 60 | 7 | 5D | 0 | 5D | 3E | 78 | 56 | 14 |
| Octal | 7 | 140 | 7 | 135 | 0 | 135 | 76 | 170 | 126 | 24 |
| Binary | 111 | 1100000 | 111 | 1011101 | 0 | 1011101 | 111110 | 1111000 | 1010110 | 10100 |
Color Harmonies of #076007
Complementary color
Monochromatic Colors of #076007
Black with #076007
Text Example
Text Example
White with #076007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076007; }
p { color: rgb(7,96,7); }
H1.HeaderClassName
{
color: #076007;
}
.AnyTagClassName
{
color: #076007;
}
</style>
background-color css
<style>
a { background-color: #076007; }
a { background-color: rgb(7,96,7); }
div.DivClassName
{
background-color: #076007;
}
.BgClassName
{
background-color: #076007;
}
</style>
border-color css
<style>
span { border-color: #076007; }
span { border-color: rgb(7,96,7); }
td.TdClassName
{
border-color: #076007;
}
.TagClassName
{
border-color: #076007;
}
</style>