Shades of Mountain Meadow #06B87D
Tints of Mountain Meadow #06B87D
RGB
CMYK
RGB Variations
Color information
#06B87D (or 0x06B87D) is known color: Mountain Meadow. HEX triplet: 06, B8 and 7D. RGB value is (6,184,125). Sum of RGB (Red+Green+Blue) = 6+184+125=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #06B87D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B87D is #F94782. Grayscale: #7C7C7C. Windows color (decimal): -16336771 or 8239110. OLE color: 8239110.
HSL color Cylindrical-coordinate representation of color #06B87D: hue angle of 160.11º 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 #06B87D is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 125 | - |
| CMYK | 0.97 | 0 | 0.32 | 0.28 |
| HSL | 160.11º | 0.94% | 0.37% | - |
| HSV(B) | 160.11º | 0.97% | 0.72% | - |
| XYZ | 20.92 | 35.8 | 25.21 | - |
| YUV | 124.05 | 128.53 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 125 | 0.97 | 0 | 0.32 | 0.28 | 160.11 | 0.94 | 0.37 |
| Hex | 6 | B8 | 7D | 61 | 0 | 20 | 1C | A0 | 5E | 25 |
| Octal | 6 | 270 | 175 | 141 | 0 | 40 | 34 | 240 | 136 | 45 |
| Binary | 110 | 10111000 | 1111101 | 1100001 | 0 | 100000 | 11100 | 10100000 | 1011110 | 100101 |
Color Harmonies of #06B87D
Complementary color
Monochromatic Colors of #06B87D
Black with #06B87D
Text Example
Text Example
White with #06B87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B87D; }
p { color: rgb(6,184,125); }
H1.HeaderClassName
{
color: #06B87D;
}
.AnyTagClassName
{
color: #06B87D;
}
</style>
background-color css
<style>
a { background-color: #06B87D; }
a { background-color: rgb(6,184,125); }
div.DivClassName
{
background-color: #06B87D;
}
.BgClassName
{
background-color: #06B87D;
}
</style>
border-color css
<style>
span { border-color: #06B87D; }
span { border-color: rgb(6,184,125); }
td.TdClassName
{
border-color: #06B87D;
}
.TagClassName
{
border-color: #06B87D;
}
</style>