Shades of Dark Pastel Green #07A93B
Tints of Dark Pastel Green #07A93B
RGB
CMYK
RGB Variations
Color information
#07A93B (or 0x07A93B) is known color: Dark Pastel Green. HEX triplet: 07, A9 and 3B. RGB value is (7,169,59). Sum of RGB (Red+Green+Blue) = 7+169+59=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 169 (66.41% from 255 or 71.91% from 235); Blue value is 59 (23.44% from 255 or 25.11% from 235); Max value from RGB is 169 - color contains mainly: green. Hex color #07A93B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A93B is #F856C4. Grayscale: #6C6C6C. Windows color (decimal): -16275141 or 3909895. OLE color: 3909895.
HSL color Cylindrical-coordinate representation of color #07A93B: hue angle of 139.26º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A93B is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 169 | 59 | - |
| CMYK | 0.96 | 0 | 0.65 | 0.34 |
| HSL | 139.26º | 0.92% | 0.35% | - |
| HSV(B) | 139.26º | 0.96% | 0.66% | - |
| XYZ | 15.07 | 28.74 | 8.89 | - |
| YUV | 108.02 | 100.33 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 169 | 59 | 0.96 | 0 | 0.65 | 0.34 | 139.26 | 0.92 | 0.35 |
| Hex | 7 | A9 | 3B | 60 | 0 | 41 | 22 | 8B | 5C | 23 |
| Octal | 7 | 251 | 73 | 140 | 0 | 101 | 42 | 213 | 134 | 43 |
| Binary | 111 | 10101001 | 111011 | 1100000 | 0 | 1000001 | 100010 | 10001011 | 1011100 | 100011 |
Color Harmonies of #07A93B
Complementary color
Monochromatic Colors of #07A93B
Black with #07A93B
Text Example
Text Example
White with #07A93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A93B; }
p { color: rgb(7,169,59); }
H1.HeaderClassName
{
color: #07A93B;
}
.AnyTagClassName
{
color: #07A93B;
}
</style>
background-color css
<style>
a { background-color: #07A93B; }
a { background-color: rgb(7,169,59); }
div.DivClassName
{
background-color: #07A93B;
}
.BgClassName
{
background-color: #07A93B;
}
</style>
border-color css
<style>
span { border-color: #07A93B; }
span { border-color: rgb(7,169,59); }
td.TdClassName
{
border-color: #07A93B;
}
.TagClassName
{
border-color: #07A93B;
}
</style>