Shades of Dark Pastel Green #06B84C
Tints of Dark Pastel Green #06B84C
RGB
CMYK
RGB Variations
Color information
#06B84C (or 0x06B84C) is known color: Dark Pastel Green. HEX triplet: 06, B8 and 4C. RGB value is (6,184,76). Sum of RGB (Red+Green+Blue) = 6+184+76=266 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.26% from 266); Green value is 184 (72.27% from 255 or 69.17% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 184 - color contains mainly: green. Hex color #06B84C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #06B84C is #F947B3. Grayscale: #767676. Windows color (decimal): -16336820 or 5027846. OLE color: 5027846.
HSL color Cylindrical-coordinate representation of color #06B84C: hue angle of 143.6º 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 #06B84C is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 76 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.28 |
| HSL | 143.6º | 0.94% | 0.37% | - |
| HSV(B) | 143.6º | 0.97% | 0.72% | - |
| XYZ | 18.52 | 34.84 | 12.59 | - |
| YUV | 118.47 | 104.03 | 47.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 76 | 0.97 | 0 | 0.59 | 0.28 | 143.6 | 0.94 | 0.37 |
| Hex | 6 | B8 | 4C | 61 | 0 | 3B | 1C | 90 | 5E | 25 |
| Octal | 6 | 270 | 114 | 141 | 0 | 73 | 34 | 220 | 136 | 45 |
| Binary | 110 | 10111000 | 1001100 | 1100001 | 0 | 111011 | 11100 | 10010000 | 1011110 | 100101 |
Color Harmonies of #06B84C
Complementary color
Monochromatic Colors of #06B84C
Black with #06B84C
Text Example
Text Example
White with #06B84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B84C; }
p { color: rgb(6,184,76); }
H1.HeaderClassName
{
color: #06B84C;
}
.AnyTagClassName
{
color: #06B84C;
}
</style>
background-color css
<style>
a { background-color: #06B84C; }
a { background-color: rgb(6,184,76); }
div.DivClassName
{
background-color: #06B84C;
}
.BgClassName
{
background-color: #06B84C;
}
</style>
border-color css
<style>
span { border-color: #06B84C; }
span { border-color: rgb(6,184,76); }
td.TdClassName
{
border-color: #06B84C;
}
.TagClassName
{
border-color: #06B84C;
}
</style>