Shades of Dark Pastel Green #06B220
Tints of Dark Pastel Green #06B220
RGB
CMYK
RGB Variations
Color information
#06B220 (or 0x06B220) is known color: Dark Pastel Green. HEX triplet: 06, B2 and 20. RGB value is (6,178,32). Sum of RGB (Red+Green+Blue) = 6+178+32=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 178 (69.92% from 255 or 82.41% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 178 - color contains mainly: green. Hex color #06B220 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06B220 is #F94DDF. Grayscale: #6E6E6E. Windows color (decimal): -16338400 or 2142726. OLE color: 2142726.
HSL color Cylindrical-coordinate representation of color #06B220: hue angle of 129.07º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B220 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 178 | 32 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.30 |
| HSL | 129.07º | 0.93% | 0.36% | - |
| HSV(B) | 129.07º | 0.97% | 0.7% | - |
| XYZ | 16.26 | 31.98 | 6.68 | - |
| YUV | 109.93 | 84.02 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 178 | 32 | 0.97 | 0 | 0.82 | 0.30 | 129.07 | 0.93 | 0.36 |
| Hex | 6 | B2 | 20 | 61 | 0 | 52 | 1E | 81 | 5D | 24 |
| Octal | 6 | 262 | 40 | 141 | 0 | 122 | 36 | 201 | 135 | 44 |
| Binary | 110 | 10110010 | 100000 | 1100001 | 0 | 1010010 | 11110 | 10000001 | 1011101 | 100100 |
Color Harmonies of #06B220
Complementary color
Monochromatic Colors of #06B220
Black with #06B220
Text Example
Text Example
White with #06B220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B220; }
p { color: rgb(6,178,32); }
H1.HeaderClassName
{
color: #06B220;
}
.AnyTagClassName
{
color: #06B220;
}
</style>
background-color css
<style>
a { background-color: #06B220; }
a { background-color: rgb(6,178,32); }
div.DivClassName
{
background-color: #06B220;
}
.BgClassName
{
background-color: #06B220;
}
</style>
border-color css
<style>
span { border-color: #06B220; }
span { border-color: rgb(6,178,32); }
td.TdClassName
{
border-color: #06B220;
}
.TagClassName
{
border-color: #06B220;
}
</style>