Shades of Mountain Meadow #06BD80
Tints of Mountain Meadow #06BD80
RGB
CMYK
RGB Variations
Color information
#06BD80 (or 0x06BD80) is known color: Mountain Meadow. HEX triplet: 06, BD and 80. RGB value is (6,189,128). Sum of RGB (Red+Green+Blue) = 6+189+128=323 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 323); Green value is 189 (74.22% from 255 or 58.51% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 189 - color contains mainly: green. Hex color #06BD80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BD80 is #F9427F. Grayscale: #7F7F7F. Windows color (decimal): -16335488 or 8436998. OLE color: 8436998.
HSL color Cylindrical-coordinate representation of color #06BD80: hue angle of 160º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BD80 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 189 | 128 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.26 |
| HSL | 160º | 0.94% | 0.38% | - |
| HSV(B) | 160º | 0.97% | 0.74% | - |
| XYZ | 22.17 | 37.99 | 26.59 | - |
| YUV | 127.33 | 128.37 | 41.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 128 | 0.97 | 0 | 0.32 | 0.26 | 160 | 0.94 | 0.38 |
| Hex | 6 | BD | 80 | 61 | 0 | 20 | 1A | A0 | 5E | 26 |
| Octal | 6 | 275 | 200 | 141 | 0 | 40 | 32 | 240 | 136 | 46 |
| Binary | 110 | 10111101 | 10000000 | 1100001 | 0 | 100000 | 11010 | 10100000 | 1011110 | 100110 |
Color Harmonies of #06BD80
Complementary color
Monochromatic Colors of #06BD80
Black with #06BD80
Text Example
Text Example
White with #06BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BD80; }
p { color: rgb(6,189,128); }
H1.HeaderClassName
{
color: #06BD80;
}
.AnyTagClassName
{
color: #06BD80;
}
</style>
background-color css
<style>
a { background-color: #06BD80; }
a { background-color: rgb(6,189,128); }
div.DivClassName
{
background-color: #06BD80;
}
.BgClassName
{
background-color: #06BD80;
}
</style>
border-color css
<style>
span { border-color: #06BD80; }
span { border-color: rgb(6,189,128); }
td.TdClassName
{
border-color: #06BD80;
}
.TagClassName
{
border-color: #06BD80;
}
</style>