Shades of Dark Pastel Green #06B946
Tints of Dark Pastel Green #06B946
RGB
CMYK
RGB Variations
Color information
#06B946 (or 0x06B946) is known color: Dark Pastel Green. HEX triplet: 06, B9 and 46. RGB value is (6,185,70). Sum of RGB (Red+Green+Blue) = 6+185+70=261 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.30% from 261); Green value is 185 (72.66% from 255 or 70.88% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 185 - color contains mainly: green. Hex color #06B946 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B946 is #F946B9. Grayscale: #767676. Windows color (decimal): -16336570 or 4634886. OLE color: 4634886.
HSL color Cylindrical-coordinate representation of color #06B946: hue angle of 141.45º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B946 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 185 | 70 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.27 |
| HSL | 141.45º | 0.94% | 0.37% | - |
| HSV(B) | 141.45º | 0.97% | 0.73% | - |
| XYZ | 18.53 | 35.18 | 11.61 | - |
| YUV | 118.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 185 | 70 | 0.97 | 0 | 0.62 | 0.27 | 141.45 | 0.94 | 0.37 |
| Hex | 6 | B9 | 46 | 61 | 0 | 3E | 1B | 8D | 5E | 25 |
| Octal | 6 | 271 | 106 | 141 | 0 | 76 | 33 | 215 | 136 | 45 |
| Binary | 110 | 10111001 | 1000110 | 1100001 | 0 | 111110 | 11011 | 10001101 | 1011110 | 100101 |
Color Harmonies of #06B946
Complementary color
Monochromatic Colors of #06B946
Black with #06B946
Text Example
Text Example
White with #06B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B946; }
p { color: rgb(6,185,70); }
H1.HeaderClassName
{
color: #06B946;
}
.AnyTagClassName
{
color: #06B946;
}
</style>
background-color css
<style>
a { background-color: #06B946; }
a { background-color: rgb(6,185,70); }
div.DivClassName
{
background-color: #06B946;
}
.BgClassName
{
background-color: #06B946;
}
</style>
border-color css
<style>
span { border-color: #06B946; }
span { border-color: rgb(6,185,70); }
td.TdClassName
{
border-color: #06B946;
}
.TagClassName
{
border-color: #06B946;
}
</style>