Shades of Mountain Meadow #07BA87
Tints of Mountain Meadow #07BA87
RGB
CMYK
RGB Variations
Color information
#07BA87 (or 0x07BA87) is known color: Mountain Meadow. HEX triplet: 07, BA and 87. RGB value is (7,186,135). Sum of RGB (Red+Green+Blue) = 7+186+135=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 186 (73.05% from 255 or 56.71% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA87 is #F84578. Grayscale: #7E7E7E. Windows color (decimal): -16270713 or 8894983. OLE color: 8894983.
HSL color Cylindrical-coordinate representation of color #07BA87: hue angle of 162.91º 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 #07BA87 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 135 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.27 |
| HSL | 162.91º | 0.93% | 0.38% | - |
| HSV(B) | 162.91º | 0.96% | 0.73% | - |
| XYZ | 22.02 | 36.91 | 28.89 | - |
| YUV | 126.67 | 132.7 | 42.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 135 | 0.96 | 0 | 0.27 | 0.27 | 162.91 | 0.93 | 0.38 |
| Hex | 7 | BA | 87 | 60 | 0 | 1B | 1B | A3 | 5D | 26 |
| Octal | 7 | 272 | 207 | 140 | 0 | 33 | 33 | 243 | 135 | 46 |
| Binary | 111 | 10111010 | 10000111 | 1100000 | 0 | 11011 | 11011 | 10100011 | 1011101 | 100110 |
Color Harmonies of #07BA87
Complementary color
Monochromatic Colors of #07BA87
Black with #07BA87
Text Example
Text Example
White with #07BA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA87; }
p { color: rgb(7,186,135); }
H1.HeaderClassName
{
color: #07BA87;
}
.AnyTagClassName
{
color: #07BA87;
}
</style>
background-color css
<style>
a { background-color: #07BA87; }
a { background-color: rgb(7,186,135); }
div.DivClassName
{
background-color: #07BA87;
}
.BgClassName
{
background-color: #07BA87;
}
</style>
border-color css
<style>
span { border-color: #07BA87; }
span { border-color: rgb(7,186,135); }
td.TdClassName
{
border-color: #07BA87;
}
.TagClassName
{
border-color: #07BA87;
}
</style>