Shades of Dark Pastel Green #06C932
Tints of Dark Pastel Green #06C932
RGB
CMYK
RGB Variations
Color information
#06C932 (or 0x06C932) is known color: Dark Pastel Green. HEX triplet: 06, C9 and 32. RGB value is (6,201,50). Sum of RGB (Red+Green+Blue) = 6+201+50=257 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.33% from 257); Green value is 201 (78.91% from 255 or 78.21% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 201 - color contains mainly: green. Hex color #06C932 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06C932 is #F936CD. Grayscale: #7D7D7D. Windows color (decimal): -16332494 or 3328262. OLE color: 3328262.
HSL color Cylindrical-coordinate representation of color #06C932: hue angle of 133.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C932 is Cyan = 0.97, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 6 | 201 | 50 | - |
| CMYK | 0.97 | 0 | 0.75 | 0.21 |
| HSL | 133.54º | 0.94% | 0.41% | - |
| HSV(B) | 133.54º | 0.97% | 0.79% | - |
| XYZ | 21.54 | 42.04 | 10 | - |
| YUV | 125.48 | 85.4 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 201 | 50 | 0.97 | 0 | 0.75 | 0.21 | 133.54 | 0.94 | 0.41 |
| Hex | 6 | C9 | 32 | 61 | 0 | 4B | 15 | 86 | 5E | 29 |
| Octal | 6 | 311 | 62 | 141 | 0 | 113 | 25 | 206 | 136 | 51 |
| Binary | 110 | 11001001 | 110010 | 1100001 | 0 | 1001011 | 10101 | 10000110 | 1011110 | 101001 |
Color Harmonies of #06C932
Complementary color
Monochromatic Colors of #06C932
Black with #06C932
Text Example
Text Example
White with #06C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C932; }
p { color: rgb(6,201,50); }
H1.HeaderClassName
{
color: #06C932;
}
.AnyTagClassName
{
color: #06C932;
}
</style>
background-color css
<style>
a { background-color: #06C932; }
a { background-color: rgb(6,201,50); }
div.DivClassName
{
background-color: #06C932;
}
.BgClassName
{
background-color: #06C932;
}
</style>
border-color css
<style>
span { border-color: #06C932; }
span { border-color: rgb(6,201,50); }
td.TdClassName
{
border-color: #06C932;
}
.TagClassName
{
border-color: #06C932;
}
</style>