Shades of Green #07640F
Tints of Green #07640F
RGB
CMYK
RGB Variations
Color information
#07640F (or 0x07640F) is known color: Green. HEX triplet: 07, 64 and 0F. RGB value is (7,100,15). Sum of RGB (Red+Green+Blue) = 7+100+15=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 100 (39.45% from 255 or 81.97% from 122); Blue value is 15 (6.25% from 255 or 12.30% from 122); Max value from RGB is 100 - color contains mainly: green. Hex color #07640F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07640F is #F89BF0. Grayscale: #3E3E3E. Windows color (decimal): -16292849 or 1008647. OLE color: 1008647.
HSL color Cylindrical-coordinate representation of color #07640F: hue angle of 125.16º 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 #07640F is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 15 | - |
| CMYK | 0.93 | 0 | 0.85 | 0.61 |
| HSL | 125.16º | 0.87% | 0.21% | - |
| HSV(B) | 125.16º | 0.93% | 0.39% | - |
| XYZ | 4.73 | 9.19 | 1.98 | - |
| YUV | 62.5 | 101.19 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 15 | 0.93 | 0 | 0.85 | 0.61 | 125.16 | 0.87 | 0.21 |
| Hex | 7 | 64 | F | 5D | 0 | 55 | 3D | 7D | 57 | 15 |
| Octal | 7 | 144 | 17 | 135 | 0 | 125 | 75 | 175 | 127 | 25 |
| Binary | 111 | 1100100 | 1111 | 1011101 | 0 | 1010101 | 111101 | 1111101 | 1010111 | 10101 |
Color Harmonies of #07640F
Complementary color
Monochromatic Colors of #07640F
Black with #07640F
Text Example
Text Example
White with #07640F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07640F; }
p { color: rgb(7,100,15); }
H1.HeaderClassName
{
color: #07640F;
}
.AnyTagClassName
{
color: #07640F;
}
</style>
background-color css
<style>
a { background-color: #07640F; }
a { background-color: rgb(7,100,15); }
div.DivClassName
{
background-color: #07640F;
}
.BgClassName
{
background-color: #07640F;
}
</style>
border-color css
<style>
span { border-color: #07640F; }
span { border-color: rgb(7,100,15); }
td.TdClassName
{
border-color: #07640F;
}
.TagClassName
{
border-color: #07640F;
}
</style>