Shades of Mountain Meadow #07BA7C
Tints of Mountain Meadow #07BA7C
RGB
CMYK
RGB Variations
Color information
#07BA7C (or 0x07BA7C) is known color: Mountain Meadow. HEX triplet: 07, BA and 7C. RGB value is (7,186,124). Sum of RGB (Red+Green+Blue) = 7+186+124=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 186 (73.05% from 255 or 58.68% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA7C is #F84583. Grayscale: #7D7D7D. Windows color (decimal): -16270724 or 8174087. OLE color: 8174087.
HSL color Cylindrical-coordinate representation of color #07BA7C: hue angle of 159.22º 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 #07BA7C is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 124 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.27 |
| HSL | 159.22º | 0.93% | 0.38% | - |
| HSV(B) | 159.22º | 0.96% | 0.73% | - |
| XYZ | 21.28 | 36.62 | 25.01 | - |
| YUV | 125.41 | 127.2 | 43.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 124 | 0.96 | 0 | 0.33 | 0.27 | 159.22 | 0.93 | 0.38 |
| Hex | 7 | BA | 7C | 60 | 0 | 21 | 1B | 9F | 5D | 26 |
| Octal | 7 | 272 | 174 | 140 | 0 | 41 | 33 | 237 | 135 | 46 |
| Binary | 111 | 10111010 | 1111100 | 1100000 | 0 | 100001 | 11011 | 10011111 | 1011101 | 100110 |
Color Harmonies of #07BA7C
Complementary color
Monochromatic Colors of #07BA7C
Black with #07BA7C
Text Example
Text Example
White with #07BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA7C; }
p { color: rgb(7,186,124); }
H1.HeaderClassName
{
color: #07BA7C;
}
.AnyTagClassName
{
color: #07BA7C;
}
</style>
background-color css
<style>
a { background-color: #07BA7C; }
a { background-color: rgb(7,186,124); }
div.DivClassName
{
background-color: #07BA7C;
}
.BgClassName
{
background-color: #07BA7C;
}
</style>
border-color css
<style>
span { border-color: #07BA7C; }
span { border-color: rgb(7,186,124); }
td.TdClassName
{
border-color: #07BA7C;
}
.TagClassName
{
border-color: #07BA7C;
}
</style>