Shades of Mountain Meadow #07BD7B
Tints of Mountain Meadow #07BD7B
RGB
CMYK
RGB Variations
Color information
#07BD7B (or 0x07BD7B) is known color: Mountain Meadow. HEX triplet: 07, BD and 7B. RGB value is (7,189,123). Sum of RGB (Red+Green+Blue) = 7+189+123=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD7B is #F84284. Grayscale: #7F7F7F. Windows color (decimal): -16269957 or 8109319. OLE color: 8109319.
HSL color Cylindrical-coordinate representation of color #07BD7B: hue angle of 158.24º 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 #07BD7B is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 123 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.26 |
| HSL | 158.24º | 0.93% | 0.38% | - |
| HSV(B) | 158.24º | 0.96% | 0.74% | - |
| XYZ | 21.86 | 37.87 | 24.9 | - |
| YUV | 127.06 | 125.7 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 123 | 0.96 | 0 | 0.35 | 0.26 | 158.24 | 0.93 | 0.38 |
| Hex | 7 | BD | 7B | 60 | 0 | 23 | 1A | 9E | 5D | 26 |
| Octal | 7 | 275 | 173 | 140 | 0 | 43 | 32 | 236 | 135 | 46 |
| Binary | 111 | 10111101 | 1111011 | 1100000 | 0 | 100011 | 11010 | 10011110 | 1011101 | 100110 |
Color Harmonies of #07BD7B
Complementary color
Monochromatic Colors of #07BD7B
Black with #07BD7B
Text Example
Text Example
White with #07BD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD7B; }
p { color: rgb(7,189,123); }
H1.HeaderClassName
{
color: #07BD7B;
}
.AnyTagClassName
{
color: #07BD7B;
}
</style>
background-color css
<style>
a { background-color: #07BD7B; }
a { background-color: rgb(7,189,123); }
div.DivClassName
{
background-color: #07BD7B;
}
.BgClassName
{
background-color: #07BD7B;
}
</style>
border-color css
<style>
span { border-color: #07BD7B; }
span { border-color: rgb(7,189,123); }
td.TdClassName
{
border-color: #07BD7B;
}
.TagClassName
{
border-color: #07BD7B;
}
</style>