Shades of Dark Pastel Green #06C040
Tints of Dark Pastel Green #06C040
RGB
CMYK
RGB Variations
Color information
#06C040 (or 0x06C040) is known color: Dark Pastel Green. HEX triplet: 06, C0 and 40. RGB value is (6,192,64). Sum of RGB (Red+Green+Blue) = 6+192+64=262 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.29% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #06C040 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C040 is #F93FBF. Grayscale: #7A7A7A. Windows color (decimal): -16334784 or 4243462. OLE color: 4243462.
HSL color Cylindrical-coordinate representation of color #06C040: hue angle of 138.71º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C040 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 6 | 192 | 64 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.25 |
| HSL | 138.71º | 0.94% | 0.39% | - |
| HSV(B) | 138.71º | 0.97% | 0.75% | - |
| XYZ | 19.85 | 38.11 | 11.16 | - |
| YUV | 121.79 | 95.38 | 45.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 192 | 64 | 0.97 | 0 | 0.67 | 0.25 | 138.71 | 0.94 | 0.39 |
| Hex | 6 | C0 | 40 | 61 | 0 | 43 | 19 | 8B | 5E | 27 |
| Octal | 6 | 300 | 100 | 141 | 0 | 103 | 31 | 213 | 136 | 47 |
| Binary | 110 | 11000000 | 1000000 | 1100001 | 0 | 1000011 | 11001 | 10001011 | 1011110 | 100111 |
Color Harmonies of #06C040
Complementary color
Monochromatic Colors of #06C040
Black with #06C040
Text Example
Text Example
White with #06C040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C040; }
p { color: rgb(6,192,64); }
H1.HeaderClassName
{
color: #06C040;
}
.AnyTagClassName
{
color: #06C040;
}
</style>
background-color css
<style>
a { background-color: #06C040; }
a { background-color: rgb(6,192,64); }
div.DivClassName
{
background-color: #06C040;
}
.BgClassName
{
background-color: #06C040;
}
</style>
border-color css
<style>
span { border-color: #06C040; }
span { border-color: rgb(6,192,64); }
td.TdClassName
{
border-color: #06C040;
}
.TagClassName
{
border-color: #06C040;
}
</style>