Shades of Green #07670A
Tints of Green #07670A
RGB
CMYK
RGB Variations
Color information
#07670A (or 0x07670A) is known color: Green. HEX triplet: 07, 67 and 0A. RGB value is (7,103,10). Sum of RGB (Red+Green+Blue) = 7+103+10=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #07670A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07670A is #F898F5. Grayscale: #3F3F3F. Windows color (decimal): -16292086 or 681735. OLE color: 681735.
HSL color Cylindrical-coordinate representation of color #07670A: hue angle of 121.88º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07670A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 10 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.60 |
| HSL | 121.88º | 0.87% | 0.22% | - |
| HSV(B) | 121.88º | 0.93% | 0.4% | - |
| XYZ | 4.99 | 9.77 | 1.91 | - |
| YUV | 63.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 10 | 0.93 | 0 | 0.90 | 0.60 | 121.88 | 0.87 | 0.22 |
| Hex | 7 | 67 | A | 5D | 0 | 5A | 3C | 7A | 57 | 16 |
| Octal | 7 | 147 | 12 | 135 | 0 | 132 | 74 | 172 | 127 | 26 |
| Binary | 111 | 1100111 | 1010 | 1011101 | 0 | 1011010 | 111100 | 1111010 | 1010111 | 10110 |
Color Harmonies of #07670A
Complementary color
Monochromatic Colors of #07670A
Black with #07670A
Text Example
Text Example
White with #07670A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07670A; }
p { color: rgb(7,103,10); }
H1.HeaderClassName
{
color: #07670A;
}
.AnyTagClassName
{
color: #07670A;
}
</style>
background-color css
<style>
a { background-color: #07670A; }
a { background-color: rgb(7,103,10); }
div.DivClassName
{
background-color: #07670A;
}
.BgClassName
{
background-color: #07670A;
}
</style>
border-color css
<style>
span { border-color: #07670A; }
span { border-color: rgb(7,103,10); }
td.TdClassName
{
border-color: #07670A;
}
.TagClassName
{
border-color: #07670A;
}
</style>