Shades of Dark Pastel Green #07A522
Tints of Dark Pastel Green #07A522
RGB
CMYK
RGB Variations
Color information
#07A522 (or 0x07A522) is known color: Dark Pastel Green. HEX triplet: 07, A5 and 22. RGB value is (7,165,34). Sum of RGB (Red+Green+Blue) = 7+165+34=206 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.40% from 206); Green value is 165 (64.84% from 255 or 80.10% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 165 - color contains mainly: green. Hex color #07A522 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A522 is #F85ADD. Grayscale: #676767. Windows color (decimal): -16276190 or 2270471. OLE color: 2270471.
HSL color Cylindrical-coordinate representation of color #07A522: hue angle of 130.25º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A522 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 34 | - |
| CMYK | 0.96 | 0 | 0.79 | 0.35 |
| HSL | 130.25º | 0.92% | 0.34% | - |
| HSV(B) | 130.25º | 0.96% | 0.65% | - |
| XYZ | 13.83 | 27.07 | 6.01 | - |
| YUV | 102.82 | 89.15 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 34 | 0.96 | 0 | 0.79 | 0.35 | 130.25 | 0.92 | 0.34 |
| Hex | 7 | A5 | 22 | 60 | 0 | 4F | 23 | 82 | 5C | 22 |
| Octal | 7 | 245 | 42 | 140 | 0 | 117 | 43 | 202 | 134 | 42 |
| Binary | 111 | 10100101 | 100010 | 1100000 | 0 | 1001111 | 100011 | 10000010 | 1011100 | 100010 |
Color Harmonies of #07A522
Complementary color
Monochromatic Colors of #07A522
Black with #07A522
Text Example
Text Example
White with #07A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A522; }
p { color: rgb(7,165,34); }
H1.HeaderClassName
{
color: #07A522;
}
.AnyTagClassName
{
color: #07A522;
}
</style>
background-color css
<style>
a { background-color: #07A522; }
a { background-color: rgb(7,165,34); }
div.DivClassName
{
background-color: #07A522;
}
.BgClassName
{
background-color: #07A522;
}
</style>
border-color css
<style>
span { border-color: #07A522; }
span { border-color: rgb(7,165,34); }
td.TdClassName
{
border-color: #07A522;
}
.TagClassName
{
border-color: #07A522;
}
</style>