Shades of Mountain Meadow #07BA84
Tints of Mountain Meadow #07BA84
RGB
CMYK
RGB Variations
Color information
#07BA84 (or 0x07BA84) is known color: Mountain Meadow. HEX triplet: 07, BA and 84. RGB value is (7,186,132). Sum of RGB (Red+Green+Blue) = 7+186+132=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA84 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA84 is #F8457B. Grayscale: #7E7E7E. Windows color (decimal): -16270716 or 8698375. OLE color: 8698375.
HSL color Cylindrical-coordinate representation of color #07BA84: hue angle of 161.9º 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 #07BA84 is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 132 | - |
| CMYK | 0.96 | 0 | 0.29 | 0.27 |
| HSL | 161.9º | 0.93% | 0.38% | - |
| HSV(B) | 161.9º | 0.96% | 0.73% | - |
| XYZ | 21.81 | 36.83 | 27.79 | - |
| YUV | 126.32 | 131.2 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 132 | 0.96 | 0 | 0.29 | 0.27 | 161.9 | 0.93 | 0.38 |
| Hex | 7 | BA | 84 | 60 | 0 | 1D | 1B | A2 | 5D | 26 |
| Octal | 7 | 272 | 204 | 140 | 0 | 35 | 33 | 242 | 135 | 46 |
| Binary | 111 | 10111010 | 10000100 | 1100000 | 0 | 11101 | 11011 | 10100010 | 1011101 | 100110 |
Color Harmonies of #07BA84
Complementary color
Monochromatic Colors of #07BA84
Black with #07BA84
Text Example
Text Example
White with #07BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA84; }
p { color: rgb(7,186,132); }
H1.HeaderClassName
{
color: #07BA84;
}
.AnyTagClassName
{
color: #07BA84;
}
</style>
background-color css
<style>
a { background-color: #07BA84; }
a { background-color: rgb(7,186,132); }
div.DivClassName
{
background-color: #07BA84;
}
.BgClassName
{
background-color: #07BA84;
}
</style>
border-color css
<style>
span { border-color: #07BA84; }
span { border-color: rgb(7,186,132); }
td.TdClassName
{
border-color: #07BA84;
}
.TagClassName
{
border-color: #07BA84;
}
</style>