Shades of Dark Pastel Green #06B542
Tints of Dark Pastel Green #06B542
RGB
CMYK
RGB Variations
Color information
#06B542 (or 0x06B542) is known color: Dark Pastel Green. HEX triplet: 06, B5 and 42. RGB value is (6,181,66). Sum of RGB (Red+Green+Blue) = 6+181+66=253 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.37% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #06B542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B542 is #F94ABD. Grayscale: #737373. Windows color (decimal): -16337598 or 4371718. OLE color: 4371718.
HSL color Cylindrical-coordinate representation of color #06B542: hue angle of 140.57º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B542 is Cyan = 0.97, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 181 | 66 | - |
| CMYK | 0.97 | 0 | 0.64 | 0.29 |
| HSL | 140.57º | 0.94% | 0.37% | - |
| HSV(B) | 140.57º | 0.97% | 0.71% | - |
| XYZ | 17.58 | 33.48 | 10.69 | - |
| YUV | 115.57 | 100.02 | 49.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 181 | 66 | 0.97 | 0 | 0.64 | 0.29 | 140.57 | 0.94 | 0.37 |
| Hex | 6 | B5 | 42 | 61 | 0 | 40 | 1D | 8D | 5E | 25 |
| Octal | 6 | 265 | 102 | 141 | 0 | 100 | 35 | 215 | 136 | 45 |
| Binary | 110 | 10110101 | 1000010 | 1100001 | 0 | 1000000 | 11101 | 10001101 | 1011110 | 100101 |
Color Harmonies of #06B542
Complementary color
Monochromatic Colors of #06B542
Black with #06B542
Text Example
Text Example
White with #06B542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B542; }
p { color: rgb(6,181,66); }
H1.HeaderClassName
{
color: #06B542;
}
.AnyTagClassName
{
color: #06B542;
}
</style>
background-color css
<style>
a { background-color: #06B542; }
a { background-color: rgb(6,181,66); }
div.DivClassName
{
background-color: #06B542;
}
.BgClassName
{
background-color: #06B542;
}
</style>
border-color css
<style>
span { border-color: #06B542; }
span { border-color: rgb(6,181,66); }
td.TdClassName
{
border-color: #06B542;
}
.TagClassName
{
border-color: #06B542;
}
</style>