Shades of Dark Pastel Green #07A325
Tints of Dark Pastel Green #07A325
RGB
CMYK
RGB Variations
Color information
#07A325 (or 0x07A325) is known color: Dark Pastel Green. HEX triplet: 07, A3 and 25. RGB value is (7,163,37). Sum of RGB (Red+Green+Blue) = 7+163+37=207 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.38% from 207); Green value is 163 (64.06% from 255 or 78.74% from 207); Blue value is 37 (14.84% from 255 or 17.87% from 207); Max value from RGB is 163 - color contains mainly: green. Hex color #07A325 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A325 is #F85CDA. Grayscale: #666666. Windows color (decimal): -16276699 or 2466567. OLE color: 2466567.
HSL color Cylindrical-coordinate representation of color #07A325: hue angle of 131.54º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A325 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 163 | 37 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.36 |
| HSL | 131.54º | 0.92% | 0.33% | - |
| HSV(B) | 131.54º | 0.96% | 0.64% | - |
| XYZ | 13.52 | 26.37 | 6.13 | - |
| YUV | 101.99 | 91.32 | 60.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 37 | 0.96 | 0 | 0.77 | 0.36 | 131.54 | 0.92 | 0.33 |
| Hex | 7 | A3 | 25 | 60 | 0 | 4D | 24 | 84 | 5C | 21 |
| Octal | 7 | 243 | 45 | 140 | 0 | 115 | 44 | 204 | 134 | 41 |
| Binary | 111 | 10100011 | 100101 | 1100000 | 0 | 1001101 | 100100 | 10000100 | 1011100 | 100001 |
Color Harmonies of #07A325
Complementary color
Monochromatic Colors of #07A325
Black with #07A325
Text Example
Text Example
White with #07A325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A325; }
p { color: rgb(7,163,37); }
H1.HeaderClassName
{
color: #07A325;
}
.AnyTagClassName
{
color: #07A325;
}
</style>
background-color css
<style>
a { background-color: #07A325; }
a { background-color: rgb(7,163,37); }
div.DivClassName
{
background-color: #07A325;
}
.BgClassName
{
background-color: #07A325;
}
</style>
border-color css
<style>
span { border-color: #07A325; }
span { border-color: rgb(7,163,37); }
td.TdClassName
{
border-color: #07A325;
}
.TagClassName
{
border-color: #07A325;
}
</style>