Shades of Green #07600D
Tints of Green #07600D
RGB
CMYK
RGB Variations
Color information
#07600D (or 0x07600D) is known color: Green. HEX triplet: 07, 60 and 0D. RGB value is (7,96,13). Sum of RGB (Red+Green+Blue) = 7+96+13=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 13 (5.47% from 255 or 11.21% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #07600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07600D is #F89FF2. Grayscale: #3C3C3C. Windows color (decimal): -16293875 or 876551. OLE color: 876551.
HSL color Cylindrical-coordinate representation of color #07600D: hue angle of 124.04º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07600D is Cyan = 0.93, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 13 | - |
| CMYK | 0.93 | 0 | 0.86 | 0.62 |
| HSL | 124.04º | 0.86% | 0.2% | - |
| HSV(B) | 124.04º | 0.93% | 0.38% | - |
| XYZ | 4.34 | 8.44 | 1.78 | - |
| YUV | 59.93 | 101.51 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 13 | 0.93 | 0 | 0.86 | 0.62 | 124.04 | 0.86 | 0.2 |
| Hex | 7 | 60 | D | 5D | 0 | 56 | 3E | 7C | 56 | 14 |
| Octal | 7 | 140 | 15 | 135 | 0 | 126 | 76 | 174 | 126 | 24 |
| Binary | 111 | 1100000 | 1101 | 1011101 | 0 | 1010110 | 111110 | 1111100 | 1010110 | 10100 |
Color Harmonies of #07600D
Complementary color
Monochromatic Colors of #07600D
Black with #07600D
Text Example
Text Example
White with #07600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07600D; }
p { color: rgb(7,96,13); }
H1.HeaderClassName
{
color: #07600D;
}
.AnyTagClassName
{
color: #07600D;
}
</style>
background-color css
<style>
a { background-color: #07600D; }
a { background-color: rgb(7,96,13); }
div.DivClassName
{
background-color: #07600D;
}
.BgClassName
{
background-color: #07600D;
}
</style>
border-color css
<style>
span { border-color: #07600D; }
span { border-color: rgb(7,96,13); }
td.TdClassName
{
border-color: #07600D;
}
.TagClassName
{
border-color: #07600D;
}
</style>