Shades of Mountain Meadow #07BA89
Tints of Mountain Meadow #07BA89
RGB
CMYK
RGB Variations
Color information
#07BA89 (or 0x07BA89) is known color: Mountain Meadow. HEX triplet: 07, BA and 89. RGB value is (7,186,137). Sum of RGB (Red+Green+Blue) = 7+186+137=330 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.12% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BA89 is #F84576. Grayscale: #7E7E7E. Windows color (decimal): -16270711 or 9026055. OLE color: 9026055.
HSL color Cylindrical-coordinate representation of color #07BA89: hue angle of 163.58º 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 #07BA89 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 137 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.27 |
| HSL | 163.58º | 0.93% | 0.38% | - |
| HSV(B) | 163.58º | 0.96% | 0.73% | - |
| XYZ | 22.16 | 36.97 | 29.63 | - |
| YUV | 126.89 | 133.7 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 137 | 0.96 | 0 | 0.26 | 0.27 | 163.58 | 0.93 | 0.38 |
| Hex | 7 | BA | 89 | 60 | 0 | 1A | 1B | A4 | 5D | 26 |
| Octal | 7 | 272 | 211 | 140 | 0 | 32 | 33 | 244 | 135 | 46 |
| Binary | 111 | 10111010 | 10001001 | 1100000 | 0 | 11010 | 11011 | 10100100 | 1011101 | 100110 |
Color Harmonies of #07BA89
Complementary color
Monochromatic Colors of #07BA89
Black with #07BA89
Text Example
Text Example
White with #07BA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA89; }
p { color: rgb(7,186,137); }
H1.HeaderClassName
{
color: #07BA89;
}
.AnyTagClassName
{
color: #07BA89;
}
</style>
background-color css
<style>
a { background-color: #07BA89; }
a { background-color: rgb(7,186,137); }
div.DivClassName
{
background-color: #07BA89;
}
.BgClassName
{
background-color: #07BA89;
}
</style>
border-color css
<style>
span { border-color: #07BA89; }
span { border-color: rgb(7,186,137); }
td.TdClassName
{
border-color: #07BA89;
}
.TagClassName
{
border-color: #07BA89;
}
</style>