Shades of Mountain Meadow #07BD89
Tints of Mountain Meadow #07BD89
RGB
CMYK
RGB Variations
Color information
#07BD89 (or 0x07BD89) is known color: Mountain Meadow. HEX triplet: 07, BD and 89. RGB value is (7,189,137). Sum of RGB (Red+Green+Blue) = 7+189+137=333 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 333); Green value is 189 (74.22% from 255 or 56.76% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD89 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BD89 is #F84276. Grayscale: #808080. Windows color (decimal): -16269943 or 9026823. OLE color: 9026823.
HSL color Cylindrical-coordinate representation of color #07BD89: hue angle of 162.86º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD89 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 137 | - |
| CMYK | 0.96 | 0 | 0.28 | 0.26 |
| HSL | 162.86º | 0.93% | 0.38% | - |
| HSV(B) | 162.86º | 0.96% | 0.74% | - |
| XYZ | 22.8 | 38.25 | 29.85 | - |
| YUV | 128.65 | 132.7 | 41.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 137 | 0.96 | 0 | 0.28 | 0.26 | 162.86 | 0.93 | 0.38 |
| Hex | 7 | BD | 89 | 60 | 0 | 1C | 1A | A3 | 5D | 26 |
| Octal | 7 | 275 | 211 | 140 | 0 | 34 | 32 | 243 | 135 | 46 |
| Binary | 111 | 10111101 | 10001001 | 1100000 | 0 | 11100 | 11010 | 10100011 | 1011101 | 100110 |
Color Harmonies of #07BD89
Complementary color
Monochromatic Colors of #07BD89
Black with #07BD89
Text Example
Text Example
White with #07BD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD89; }
p { color: rgb(7,189,137); }
H1.HeaderClassName
{
color: #07BD89;
}
.AnyTagClassName
{
color: #07BD89;
}
</style>
background-color css
<style>
a { background-color: #07BD89; }
a { background-color: rgb(7,189,137); }
div.DivClassName
{
background-color: #07BD89;
}
.BgClassName
{
background-color: #07BD89;
}
</style>
border-color css
<style>
span { border-color: #07BD89; }
span { border-color: rgb(7,189,137); }
td.TdClassName
{
border-color: #07BD89;
}
.TagClassName
{
border-color: #07BD89;
}
</style>