Shades of Mountain Meadow #07BA86
Tints of Mountain Meadow #07BA86
RGB
CMYK
RGB Variations
Color information
#07BA86 (or 0x07BA86) is known color: Mountain Meadow. HEX triplet: 07, BA and 86. RGB value is (7,186,134). Sum of RGB (Red+Green+Blue) = 7+186+134=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 186 (73.05% from 255 or 56.88% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA86 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA86 is #F84579. Grayscale: #7E7E7E. Windows color (decimal): -16270714 or 8829447. OLE color: 8829447.
HSL color Cylindrical-coordinate representation of color #07BA86: hue angle of 162.57º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA86 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 134 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.27 |
| HSL | 162.57º | 0.93% | 0.38% | - |
| HSV(B) | 162.57º | 0.96% | 0.73% | - |
| XYZ | 21.95 | 36.88 | 28.52 | - |
| YUV | 126.55 | 132.2 | 42.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 134 | 0.96 | 0 | 0.28 | 0.27 | 162.57 | 0.93 | 0.38 |
| Hex | 7 | BA | 86 | 60 | 0 | 1C | 1B | A3 | 5D | 26 |
| Octal | 7 | 272 | 206 | 140 | 0 | 34 | 33 | 243 | 135 | 46 |
| Binary | 111 | 10111010 | 10000110 | 1100000 | 0 | 11100 | 11011 | 10100011 | 1011101 | 100110 |
Color Harmonies of #07BA86
Complementary color
Monochromatic Colors of #07BA86
Black with #07BA86
Text Example
Text Example
White with #07BA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA86; }
p { color: rgb(7,186,134); }
H1.HeaderClassName
{
color: #07BA86;
}
.AnyTagClassName
{
color: #07BA86;
}
</style>
background-color css
<style>
a { background-color: #07BA86; }
a { background-color: rgb(7,186,134); }
div.DivClassName
{
background-color: #07BA86;
}
.BgClassName
{
background-color: #07BA86;
}
</style>
border-color css
<style>
span { border-color: #07BA86; }
span { border-color: rgb(7,186,134); }
td.TdClassName
{
border-color: #07BA86;
}
.TagClassName
{
border-color: #07BA86;
}
</style>