Shades of Dark Pastel Green #07C749
Tints of Dark Pastel Green #07C749
RGB
CMYK
RGB Variations
Color information
#07C749 (or 0x07C749) is known color: Dark Pastel Green. HEX triplet: 07, C7 and 49. RGB value is (7,199,73). Sum of RGB (Red+Green+Blue) = 7+199+73=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 199 (78.12% from 255 or 71.33% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 199 - color contains mainly: green. Hex color #07C749 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C749 is #F838B6. Grayscale: #7F7F7F. Windows color (decimal): -16267447 or 4835079. OLE color: 4835079.
HSL color Cylindrical-coordinate representation of color #07C749: hue angle of 140.62º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C749 is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 199 | 73 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.22 |
| HSL | 140.63º | 0.93% | 0.4% | - |
| HSV(B) | 140.63º | 0.96% | 0.78% | - |
| XYZ | 21.71 | 41.37 | 13.14 | - |
| YUV | 127.23 | 97.39 | 42.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 199 | 73 | 0.96 | 0 | 0.63 | 0.22 | 140.63 | 0.93 | 0.4 |
| Hex | 7 | C7 | 49 | 60 | 0 | 3F | 16 | 8D | 5D | 28 |
| Octal | 7 | 307 | 111 | 140 | 0 | 77 | 26 | 215 | 135 | 50 |
| Binary | 111 | 11000111 | 1001001 | 1100000 | 0 | 111111 | 10110 | 10001101 | 1011101 | 101000 |
Color Harmonies of #07C749
Complementary color
Monochromatic Colors of #07C749
Black with #07C749
Text Example
Text Example
White with #07C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C749; }
p { color: rgb(7,199,73); }
H1.HeaderClassName
{
color: #07C749;
}
.AnyTagClassName
{
color: #07C749;
}
</style>
background-color css
<style>
a { background-color: #07C749; }
a { background-color: rgb(7,199,73); }
div.DivClassName
{
background-color: #07C749;
}
.BgClassName
{
background-color: #07C749;
}
</style>
border-color css
<style>
span { border-color: #07C749; }
span { border-color: rgb(7,199,73); }
td.TdClassName
{
border-color: #07C749;
}
.TagClassName
{
border-color: #07C749;
}
</style>