Shades of Mountain Meadow #06B580
Tints of Mountain Meadow #06B580
RGB
CMYK
RGB Variations
Color information
#06B580 (or 0x06B580) is known color: Mountain Meadow. HEX triplet: 06, B5 and 80. RGB value is (6,181,128). Sum of RGB (Red+Green+Blue) = 6+181+128=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 181 (71.09% from 255 or 57.46% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 181 - color contains mainly: green. Hex color #06B580 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06B580 is #F94A7F. Grayscale: #7A7A7A. Windows color (decimal): -16337536 or 8434950. OLE color: 8434950.
HSL color Cylindrical-coordinate representation of color #06B580: hue angle of 161.83º 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 #06B580 is Cyan = 0.97, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 6 | 181 | 128 | - |
| CMYK | 0.97 | 0 | 0.29 | 0.29 |
| HSL | 161.83º | 0.94% | 0.37% | - |
| HSV(B) | 161.83º | 0.97% | 0.71% | - |
| XYZ | 20.5 | 34.64 | 26.03 | - |
| YUV | 122.63 | 131.02 | 44.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 181 | 128 | 0.97 | 0 | 0.29 | 0.29 | 161.83 | 0.94 | 0.37 |
| Hex | 6 | B5 | 80 | 61 | 0 | 1D | 1D | A2 | 5E | 25 |
| Octal | 6 | 265 | 200 | 141 | 0 | 35 | 35 | 242 | 136 | 45 |
| Binary | 110 | 10110101 | 10000000 | 1100001 | 0 | 11101 | 11101 | 10100010 | 1011110 | 100101 |
Color Harmonies of #06B580
Complementary color
Monochromatic Colors of #06B580
Black with #06B580
Text Example
Text Example
White with #06B580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B580; }
p { color: rgb(6,181,128); }
H1.HeaderClassName
{
color: #06B580;
}
.AnyTagClassName
{
color: #06B580;
}
</style>
background-color css
<style>
a { background-color: #06B580; }
a { background-color: rgb(6,181,128); }
div.DivClassName
{
background-color: #06B580;
}
.BgClassName
{
background-color: #06B580;
}
</style>
border-color css
<style>
span { border-color: #06B580; }
span { border-color: rgb(6,181,128); }
td.TdClassName
{
border-color: #06B580;
}
.TagClassName
{
border-color: #06B580;
}
</style>