Shades of Green #07660A
Tints of Green #07660A
RGB
CMYK
RGB Variations
Color information
#07660A (or 0x07660A) is known color: Green. HEX triplet: 07, 66 and 0A. RGB value is (7,102,10). Sum of RGB (Red+Green+Blue) = 7+102+10=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 102 (40.23% from 255 or 85.71% from 119); Blue value is 10 (4.30% from 255 or 8.40% from 119); Max value from RGB is 102 - color contains mainly: green. Hex color #07660A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07660A is #F899F5. Grayscale: #3F3F3F. Windows color (decimal): -16292342 or 681479. OLE color: 681479.
HSL color Cylindrical-coordinate representation of color #07660A: hue angle of 121.89º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07660A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 10 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.6 |
| HSL | 121.89º | 0.87% | 0.21% | - |
| HSV(B) | 121.89º | 0.93% | 0.4% | - |
| XYZ | 4.89 | 9.57 | 1.88 | - |
| YUV | 63.11 | 98.03 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 10 | 0.93 | 0 | 0.90 | 0.6 | 121.89 | 0.87 | 0.21 |
| Hex | 7 | 66 | A | 5D | 0 | 5A | 3C | 7A | 57 | 15 |
| Octal | 7 | 146 | 12 | 135 | 0 | 132 | 74 | 172 | 127 | 25 |
| Binary | 111 | 1100110 | 1010 | 1011101 | 0 | 1011010 | 111100 | 1111010 | 1010111 | 10101 |
Color Harmonies of #07660A
Complementary color
Monochromatic Colors of #07660A
Black with #07660A
Text Example
Text Example
White with #07660A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07660A; }
p { color: rgb(7,102,10); }
H1.HeaderClassName
{
color: #07660A;
}
.AnyTagClassName
{
color: #07660A;
}
</style>
background-color css
<style>
a { background-color: #07660A; }
a { background-color: rgb(7,102,10); }
div.DivClassName
{
background-color: #07660A;
}
.BgClassName
{
background-color: #07660A;
}
</style>
border-color css
<style>
span { border-color: #07660A; }
span { border-color: rgb(7,102,10); }
td.TdClassName
{
border-color: #07660A;
}
.TagClassName
{
border-color: #07660A;
}
</style>