Shades of Green #07640C
Tints of Green #07640C
RGB
CMYK
RGB Variations
Color information
#07640C (or 0x07640C) is known color: Green. HEX triplet: 07, 64 and 0C. RGB value is (7,100,12). Sum of RGB (Red+Green+Blue) = 7+100+12=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 12 (5.08% from 255 or 10.08% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #07640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640C is #F89BF3. Grayscale: #3E3E3E. Windows color (decimal): -16292852 or 812039. OLE color: 812039.
HSL color Cylindrical-coordinate representation of color #07640C: hue angle of 123.23º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07640C is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 12 | - |
| CMYK | 0.93 | 0 | 0.88 | 0.61 |
| HSL | 123.23º | 0.87% | 0.21% | - |
| HSV(B) | 123.23º | 0.93% | 0.39% | - |
| XYZ | 4.71 | 9.19 | 1.87 | - |
| YUV | 62.16 | 99.69 | 88.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 12 | 0.93 | 0 | 0.88 | 0.61 | 123.23 | 0.87 | 0.21 |
| Hex | 7 | 64 | C | 5D | 0 | 58 | 3D | 7B | 57 | 15 |
| Octal | 7 | 144 | 14 | 135 | 0 | 130 | 75 | 173 | 127 | 25 |
| Binary | 111 | 1100100 | 1100 | 1011101 | 0 | 1011000 | 111101 | 1111011 | 1010111 | 10101 |
Color Harmonies of #07640C
Complementary color
Monochromatic Colors of #07640C
Black with #07640C
Text Example
Text Example
White with #07640C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07640C; }
p { color: rgb(7,100,12); }
H1.HeaderClassName
{
color: #07640C;
}
.AnyTagClassName
{
color: #07640C;
}
</style>
background-color css
<style>
a { background-color: #07640C; }
a { background-color: rgb(7,100,12); }
div.DivClassName
{
background-color: #07640C;
}
.BgClassName
{
background-color: #07640C;
}
</style>
border-color css
<style>
span { border-color: #07640C; }
span { border-color: rgb(7,100,12); }
td.TdClassName
{
border-color: #07640C;
}
.TagClassName
{
border-color: #07640C;
}
</style>