Shades of Green #07640D
Tints of Green #07640D
RGB
CMYK
RGB Variations
Color information
#07640D (or 0x07640D) is known color: Green. HEX triplet: 07, 64 and 0D. RGB value is (7,100,13). Sum of RGB (Red+Green+Blue) = 7+100+13=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 100 (39.45% from 255 or 83.33% from 120); Blue value is 13 (5.47% from 255 or 10.83% from 120); Max value from RGB is 100 - color contains mainly: green. Hex color #07640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640D is #F89BF2. Grayscale: #3E3E3E. Windows color (decimal): -16292851 or 877575. OLE color: 877575.
HSL color Cylindrical-coordinate representation of color #07640D: hue angle of 123.87º 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 #07640D is Cyan = 0.93, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 13 | - |
| CMYK | 0.93 | 0 | 0.87 | 0.61 |
| HSL | 123.87º | 0.87% | 0.21% | - |
| HSV(B) | 123.87º | 0.93% | 0.39% | - |
| XYZ | 4.72 | 9.19 | 1.91 | - |
| YUV | 62.28 | 100.19 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 13 | 0.93 | 0 | 0.87 | 0.61 | 123.87 | 0.87 | 0.21 |
| Hex | 7 | 64 | D | 5D | 0 | 57 | 3D | 7C | 57 | 15 |
| Octal | 7 | 144 | 15 | 135 | 0 | 127 | 75 | 174 | 127 | 25 |
| Binary | 111 | 1100100 | 1101 | 1011101 | 0 | 1010111 | 111101 | 1111100 | 1010111 | 10101 |
Color Harmonies of #07640D
Complementary color
Monochromatic Colors of #07640D
Black with #07640D
Text Example
Text Example
White with #07640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07640D; }
p { color: rgb(7,100,13); }
H1.HeaderClassName
{
color: #07640D;
}
.AnyTagClassName
{
color: #07640D;
}
</style>
background-color css
<style>
a { background-color: #07640D; }
a { background-color: rgb(7,100,13); }
div.DivClassName
{
background-color: #07640D;
}
.BgClassName
{
background-color: #07640D;
}
</style>
border-color css
<style>
span { border-color: #07640D; }
span { border-color: rgb(7,100,13); }
td.TdClassName
{
border-color: #07640D;
}
.TagClassName
{
border-color: #07640D;
}
</style>