Shades of Green #07630A
Tints of Green #07630A
RGB
CMYK
RGB Variations
Color information
#07630A (or 0x07630A) is known color: Green. HEX triplet: 07, 63 and 0A. RGB value is (7,99,10). Sum of RGB (Red+Green+Blue) = 7+99+10=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 99 (39.06% from 255 or 85.34% from 116); Blue value is 10 (4.30% from 255 or 8.62% from 116); Max value from RGB is 99 - color contains mainly: green. Hex color #07630A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07630A is #F89CF5. Grayscale: #3D3D3D. Windows color (decimal): -16293110 or 680711. OLE color: 680711.
HSL color Cylindrical-coordinate representation of color #07630A: hue angle of 121.96º 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 #07630A is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 10 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.61 |
| HSL | 121.96º | 0.87% | 0.21% | - |
| HSV(B) | 121.96º | 0.93% | 0.39% | - |
| XYZ | 4.6 | 8.99 | 1.78 | - |
| YUV | 61.35 | 99.02 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 10 | 0.93 | 0 | 0.90 | 0.61 | 121.96 | 0.87 | 0.21 |
| Hex | 7 | 63 | A | 5D | 0 | 5A | 3D | 7A | 57 | 15 |
| Octal | 7 | 143 | 12 | 135 | 0 | 132 | 75 | 172 | 127 | 25 |
| Binary | 111 | 1100011 | 1010 | 1011101 | 0 | 1011010 | 111101 | 1111010 | 1010111 | 10101 |
Color Harmonies of #07630A
Complementary color
Monochromatic Colors of #07630A
Black with #07630A
Text Example
Text Example
White with #07630A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07630A; }
p { color: rgb(7,99,10); }
H1.HeaderClassName
{
color: #07630A;
}
.AnyTagClassName
{
color: #07630A;
}
</style>
background-color css
<style>
a { background-color: #07630A; }
a { background-color: rgb(7,99,10); }
div.DivClassName
{
background-color: #07630A;
}
.BgClassName
{
background-color: #07630A;
}
</style>
border-color css
<style>
span { border-color: #07630A; }
span { border-color: rgb(7,99,10); }
td.TdClassName
{
border-color: #07630A;
}
.TagClassName
{
border-color: #07630A;
}
</style>