Shades of Dark Pastel Green #06C613
Tints of Dark Pastel Green #06C613
RGB
CMYK
RGB Variations
Color information
#06C613 (or 0x06C613) is known color: Dark Pastel Green. HEX triplet: 06, C6 and 13. RGB value is (6,198,19). Sum of RGB (Red+Green+Blue) = 6+198+19=223 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.69% from 223); Green value is 198 (77.73% from 255 or 88.79% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 198 - color contains mainly: green. Hex color #06C613 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06C613 is #F939EC. Grayscale: #787878. Windows color (decimal): -16333293 or 1295878. OLE color: 1295878.
HSL color Cylindrical-coordinate representation of color #06C613: hue angle of 124.06º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C613 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 198 | 19 | - |
| CMYK | 0.97 | 0 | 0.90 | 0.22 |
| HSL | 124.06º | 0.94% | 0.4% | - |
| HSV(B) | 124.06º | 0.97% | 0.78% | - |
| XYZ | 20.39 | 40.47 | 7.35 | - |
| YUV | 120.19 | 70.89 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 198 | 19 | 0.97 | 0 | 0.90 | 0.22 | 124.06 | 0.94 | 0.4 |
| Hex | 6 | C6 | 13 | 61 | 0 | 5A | 16 | 7C | 5E | 28 |
| Octal | 6 | 306 | 23 | 141 | 0 | 132 | 26 | 174 | 136 | 50 |
| Binary | 110 | 11000110 | 10011 | 1100001 | 0 | 1011010 | 10110 | 1111100 | 1011110 | 101000 |
Color Harmonies of #06C613
Complementary color
Monochromatic Colors of #06C613
Black with #06C613
Text Example
Text Example
White with #06C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C613; }
p { color: rgb(6,198,19); }
H1.HeaderClassName
{
color: #06C613;
}
.AnyTagClassName
{
color: #06C613;
}
</style>
background-color css
<style>
a { background-color: #06C613; }
a { background-color: rgb(6,198,19); }
div.DivClassName
{
background-color: #06C613;
}
.BgClassName
{
background-color: #06C613;
}
</style>
border-color css
<style>
span { border-color: #06C613; }
span { border-color: rgb(6,198,19); }
td.TdClassName
{
border-color: #06C613;
}
.TagClassName
{
border-color: #06C613;
}
</style>