Shades of Dark Pastel Green #07A636
Tints of Dark Pastel Green #07A636
RGB
CMYK
RGB Variations
Color information
#07A636 (or 0x07A636) is known color: Dark Pastel Green. HEX triplet: 07, A6 and 36. RGB value is (7,166,54). Sum of RGB (Red+Green+Blue) = 7+166+54=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 166 (65.23% from 255 or 73.13% from 227); Blue value is 54 (21.48% from 255 or 23.79% from 227); Max value from RGB is 166 - color contains mainly: green. Hex color #07A636 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A636 is #F859C9. Grayscale: #696969. Windows color (decimal): -16275914 or 3581447. OLE color: 3581447.
HSL color Cylindrical-coordinate representation of color #07A636: hue angle of 137.74º 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 #07A636 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 166 | 54 | - |
| CMYK | 0.96 | 0 | 0.67 | 0.35 |
| HSL | 137.74º | 0.92% | 0.34% | - |
| HSV(B) | 137.74º | 0.96% | 0.65% | - |
| XYZ | 14.39 | 27.58 | 8.06 | - |
| YUV | 105.69 | 98.82 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 166 | 54 | 0.96 | 0 | 0.67 | 0.35 | 137.74 | 0.92 | 0.34 |
| Hex | 7 | A6 | 36 | 60 | 0 | 43 | 23 | 8A | 5C | 22 |
| Octal | 7 | 246 | 66 | 140 | 0 | 103 | 43 | 212 | 134 | 42 |
| Binary | 111 | 10100110 | 110110 | 1100000 | 0 | 1000011 | 100011 | 10001010 | 1011100 | 100010 |
Color Harmonies of #07A636
Complementary color
Monochromatic Colors of #07A636
Black with #07A636
Text Example
Text Example
White with #07A636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A636; }
p { color: rgb(7,166,54); }
H1.HeaderClassName
{
color: #07A636;
}
.AnyTagClassName
{
color: #07A636;
}
</style>
background-color css
<style>
a { background-color: #07A636; }
a { background-color: rgb(7,166,54); }
div.DivClassName
{
background-color: #07A636;
}
.BgClassName
{
background-color: #07A636;
}
</style>
border-color css
<style>
span { border-color: #07A636; }
span { border-color: rgb(7,166,54); }
td.TdClassName
{
border-color: #07A636;
}
.TagClassName
{
border-color: #07A636;
}
</style>