Shades of Green #07640B
Tints of Green #07640B
RGB
CMYK
RGB Variations
Color information
#07640B (or 0x07640B) is known color: Green. HEX triplet: 07, 64 and 0B. RGB value is (7,100,11). Sum of RGB (Red+Green+Blue) = 7+100+11=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 100 (39.45% from 255 or 84.75% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 100 - color contains mainly: green. Hex color #07640B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640B is #F89BF4. Grayscale: #3E3E3E. Windows color (decimal): -16292853 or 746503. OLE color: 746503.
HSL color Cylindrical-coordinate representation of color #07640B: hue angle of 122.58º 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 #07640B is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 11 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.61 |
| HSL | 122.58º | 0.87% | 0.21% | - |
| HSV(B) | 122.58º | 0.93% | 0.39% | - |
| XYZ | 4.71 | 9.18 | 1.84 | - |
| YUV | 62.05 | 99.19 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 11 | 0.93 | 0 | 0.89 | 0.61 | 122.58 | 0.87 | 0.21 |
| Hex | 7 | 64 | B | 5D | 0 | 59 | 3D | 7B | 57 | 15 |
| Octal | 7 | 144 | 13 | 135 | 0 | 131 | 75 | 173 | 127 | 25 |
| Binary | 111 | 1100100 | 1011 | 1011101 | 0 | 1011001 | 111101 | 1111011 | 1010111 | 10101 |
Color Harmonies of #07640B
Complementary color
Monochromatic Colors of #07640B
Black with #07640B
Text Example
Text Example
White with #07640B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07640B; }
p { color: rgb(7,100,11); }
H1.HeaderClassName
{
color: #07640B;
}
.AnyTagClassName
{
color: #07640B;
}
</style>
background-color css
<style>
a { background-color: #07640B; }
a { background-color: rgb(7,100,11); }
div.DivClassName
{
background-color: #07640B;
}
.BgClassName
{
background-color: #07640B;
}
</style>
border-color css
<style>
span { border-color: #07640B; }
span { border-color: rgb(7,100,11); }
td.TdClassName
{
border-color: #07640B;
}
.TagClassName
{
border-color: #07640B;
}
</style>