Shades of Dark Pastel Green #06B849
Tints of Dark Pastel Green #06B849
RGB
CMYK
RGB Variations
Color information
#06B849 (or 0x06B849) is known color: Dark Pastel Green. HEX triplet: 06, B8 and 49. RGB value is (6,184,73). Sum of RGB (Red+Green+Blue) = 6+184+73=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 184 (72.27% from 255 or 69.96% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 184 - color contains mainly: green. Hex color #06B849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B849 is #F947B6. Grayscale: #767676. Windows color (decimal): -16336823 or 4831238. OLE color: 4831238.
HSL color Cylindrical-coordinate representation of color #06B849: hue angle of 142.58º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B849 is Cyan = 0.97, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 73 | - |
| CMYK | 0.97 | 0 | 0.60 | 0.28 |
| HSL | 142.58º | 0.94% | 0.37% | - |
| HSV(B) | 142.58º | 0.97% | 0.72% | - |
| XYZ | 18.42 | 34.8 | 12.05 | - |
| YUV | 118.12 | 102.53 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 73 | 0.97 | 0 | 0.60 | 0.28 | 142.58 | 0.94 | 0.37 |
| Hex | 6 | B8 | 49 | 61 | 0 | 3C | 1C | 8F | 5E | 25 |
| Octal | 6 | 270 | 111 | 141 | 0 | 74 | 34 | 217 | 136 | 45 |
| Binary | 110 | 10111000 | 1001001 | 1100001 | 0 | 111100 | 11100 | 10001111 | 1011110 | 100101 |
Color Harmonies of #06B849
Complementary color
Monochromatic Colors of #06B849
Black with #06B849
Text Example
Text Example
White with #06B849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B849; }
p { color: rgb(6,184,73); }
H1.HeaderClassName
{
color: #06B849;
}
.AnyTagClassName
{
color: #06B849;
}
</style>
background-color css
<style>
a { background-color: #06B849; }
a { background-color: rgb(6,184,73); }
div.DivClassName
{
background-color: #06B849;
}
.BgClassName
{
background-color: #06B849;
}
</style>
border-color css
<style>
span { border-color: #06B849; }
span { border-color: rgb(6,184,73); }
td.TdClassName
{
border-color: #06B849;
}
.TagClassName
{
border-color: #06B849;
}
</style>