Shades of Dark Pastel Green #06C547
Tints of Dark Pastel Green #06C547
RGB
CMYK
RGB Variations
Color information
#06C547 (or 0x06C547) is known color: Dark Pastel Green. HEX triplet: 06, C5 and 47. RGB value is (6,197,71). Sum of RGB (Red+Green+Blue) = 6+197+71=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 197 (77.34% from 255 or 71.90% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 197 - color contains mainly: green. Hex color #06C547 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C547 is #F93AB8. Grayscale: #7D7D7D. Windows color (decimal): -16333497 or 4703494. OLE color: 4703494.
HSL color Cylindrical-coordinate representation of color #06C547: hue angle of 140.42º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C547 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 71 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.23 |
| HSL | 140.42º | 0.94% | 0.4% | - |
| HSV(B) | 140.42º | 0.97% | 0.77% | - |
| XYZ | 21.18 | 40.43 | 12.65 | - |
| YUV | 125.53 | 97.22 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 71 | 0.97 | 0 | 0.64 | 0.23 | 140.42 | 0.94 | 0.4 |
| Hex | 6 | C5 | 47 | 61 | 0 | 40 | 17 | 8C | 5E | 28 |
| Octal | 6 | 305 | 107 | 141 | 0 | 100 | 27 | 214 | 136 | 50 |
| Binary | 110 | 11000101 | 1000111 | 1100001 | 0 | 1000000 | 10111 | 10001100 | 1011110 | 101000 |
Color Harmonies of #06C547
Complementary color
Monochromatic Colors of #06C547
Black with #06C547
Text Example
Text Example
White with #06C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C547; }
p { color: rgb(6,197,71); }
H1.HeaderClassName
{
color: #06C547;
}
.AnyTagClassName
{
color: #06C547;
}
</style>
background-color css
<style>
a { background-color: #06C547; }
a { background-color: rgb(6,197,71); }
div.DivClassName
{
background-color: #06C547;
}
.BgClassName
{
background-color: #06C547;
}
</style>
border-color css
<style>
span { border-color: #06C547; }
span { border-color: rgb(6,197,71); }
td.TdClassName
{
border-color: #06C547;
}
.TagClassName
{
border-color: #06C547;
}
</style>