Shades of Dark Pastel Green #06B84D
Tints of Dark Pastel Green #06B84D
RGB
CMYK
RGB Variations
Color information
#06B84D (or 0x06B84D) is known color: Dark Pastel Green. HEX triplet: 06, B8 and 4D. RGB value is (6,184,77). Sum of RGB (Red+Green+Blue) = 6+184+77=267 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.25% from 267); Green value is 184 (72.27% from 255 or 68.91% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 184 - color contains mainly: green. Hex color #06B84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B84D is #F947B2. Grayscale: #767676. Windows color (decimal): -16336819 or 5093382. OLE color: 5093382.
HSL color Cylindrical-coordinate representation of color #06B84D: hue angle of 143.93º 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 #06B84D is Cyan = 0.97, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 77 | - |
| CMYK | 0.97 | 0 | 0.58 | 0.28 |
| HSL | 143.93º | 0.94% | 0.37% | - |
| HSV(B) | 143.93º | 0.97% | 0.72% | - |
| XYZ | 18.56 | 34.86 | 12.77 | - |
| YUV | 118.58 | 104.53 | 47.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 77 | 0.97 | 0 | 0.58 | 0.28 | 143.93 | 0.94 | 0.37 |
| Hex | 6 | B8 | 4D | 61 | 0 | 3A | 1C | 90 | 5E | 25 |
| Octal | 6 | 270 | 115 | 141 | 0 | 72 | 34 | 220 | 136 | 45 |
| Binary | 110 | 10111000 | 1001101 | 1100001 | 0 | 111010 | 11100 | 10010000 | 1011110 | 100101 |
Color Harmonies of #06B84D
Complementary color
Monochromatic Colors of #06B84D
Black with #06B84D
Text Example
Text Example
White with #06B84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B84D; }
p { color: rgb(6,184,77); }
H1.HeaderClassName
{
color: #06B84D;
}
.AnyTagClassName
{
color: #06B84D;
}
</style>
background-color css
<style>
a { background-color: #06B84D; }
a { background-color: rgb(6,184,77); }
div.DivClassName
{
background-color: #06B84D;
}
.BgClassName
{
background-color: #06B84D;
}
</style>
border-color css
<style>
span { border-color: #06B84D; }
span { border-color: rgb(6,184,77); }
td.TdClassName
{
border-color: #06B84D;
}
.TagClassName
{
border-color: #06B84D;
}
</style>