Shades of Dark Pastel Green #06B921
Tints of Dark Pastel Green #06B921
RGB
CMYK
RGB Variations
Color information
#06B921 (or 0x06B921) is known color: Dark Pastel Green. HEX triplet: 06, B9 and 21. RGB value is (6,185,33). Sum of RGB (Red+Green+Blue) = 6+185+33=224 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.68% from 224); Green value is 185 (72.66% from 255 or 82.59% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 185 - color contains mainly: green. Hex color #06B921 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B921 is #F946DE. Grayscale: #727272. Windows color (decimal): -16336607 or 2210054. OLE color: 2210054.
HSL color Cylindrical-coordinate representation of color #06B921: hue angle of 129.05º 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 #06B921 is Cyan = 0.97, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 185 | 33 | - |
| CMYK | 0.97 | 0 | 0.82 | 0.27 |
| HSL | 129.05º | 0.94% | 0.37% | - |
| HSV(B) | 129.05º | 0.97% | 0.73% | - |
| XYZ | 17.7 | 34.85 | 7.23 | - |
| YUV | 114.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 185 | 33 | 0.97 | 0 | 0.82 | 0.27 | 129.05 | 0.94 | 0.37 |
| Hex | 6 | B9 | 21 | 61 | 0 | 52 | 1B | 81 | 5E | 25 |
| Octal | 6 | 271 | 41 | 141 | 0 | 122 | 33 | 201 | 136 | 45 |
| Binary | 110 | 10111001 | 100001 | 1100001 | 0 | 1010010 | 11011 | 10000001 | 1011110 | 100101 |
Color Harmonies of #06B921
Complementary color
Monochromatic Colors of #06B921
Black with #06B921
Text Example
Text Example
White with #06B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B921; }
p { color: rgb(6,185,33); }
H1.HeaderClassName
{
color: #06B921;
}
.AnyTagClassName
{
color: #06B921;
}
</style>
background-color css
<style>
a { background-color: #06B921; }
a { background-color: rgb(6,185,33); }
div.DivClassName
{
background-color: #06B921;
}
.BgClassName
{
background-color: #06B921;
}
</style>
border-color css
<style>
span { border-color: #06B921; }
span { border-color: rgb(6,185,33); }
td.TdClassName
{
border-color: #06B921;
}
.TagClassName
{
border-color: #06B921;
}
</style>