Shades of Dark Pastel Green #07A327
Tints of Dark Pastel Green #07A327
RGB
CMYK
RGB Variations
Color information
#07A327 (or 0x07A327) is known color: Dark Pastel Green. HEX triplet: 07, A3 and 27. RGB value is (7,163,39). Sum of RGB (Red+Green+Blue) = 7+163+39=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 163 (64.06% from 255 or 77.99% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 163 - color contains mainly: green. Hex color #07A327 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A327 is #F85CD8. Grayscale: #666666. Windows color (decimal): -16276697 or 2597639. OLE color: 2597639.
HSL color Cylindrical-coordinate representation of color #07A327: hue angle of 132.31º 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 #07A327 is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 163 | 39 | - |
| CMYK | 0.96 | 0 | 0.76 | 0.36 |
| HSL | 132.31º | 0.92% | 0.33% | - |
| HSV(B) | 132.31º | 0.96% | 0.64% | - |
| XYZ | 13.55 | 26.39 | 6.3 | - |
| YUV | 102.22 | 92.32 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 163 | 39 | 0.96 | 0 | 0.76 | 0.36 | 132.31 | 0.92 | 0.33 |
| Hex | 7 | A3 | 27 | 60 | 0 | 4C | 24 | 84 | 5C | 21 |
| Octal | 7 | 243 | 47 | 140 | 0 | 114 | 44 | 204 | 134 | 41 |
| Binary | 111 | 10100011 | 100111 | 1100000 | 0 | 1001100 | 100100 | 10000100 | 1011100 | 100001 |
Color Harmonies of #07A327
Complementary color
Monochromatic Colors of #07A327
Black with #07A327
Text Example
Text Example
White with #07A327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A327; }
p { color: rgb(7,163,39); }
H1.HeaderClassName
{
color: #07A327;
}
.AnyTagClassName
{
color: #07A327;
}
</style>
background-color css
<style>
a { background-color: #07A327; }
a { background-color: rgb(7,163,39); }
div.DivClassName
{
background-color: #07A327;
}
.BgClassName
{
background-color: #07A327;
}
</style>
border-color css
<style>
span { border-color: #07A327; }
span { border-color: rgb(7,163,39); }
td.TdClassName
{
border-color: #07A327;
}
.TagClassName
{
border-color: #07A327;
}
</style>