Shades of Mountain Meadow #07BC80
Tints of Mountain Meadow #07BC80
RGB
CMYK
RGB Variations
Color information
#07BC80 (or 0x07BC80) is known color: Mountain Meadow. HEX triplet: 07, BC and 80. RGB value is (7,188,128). Sum of RGB (Red+Green+Blue) = 7+188+128=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 188 (73.83% from 255 or 58.20% from 323); Blue value is 128 (50.39% from 255 or 39.63% from 323); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BC80 is #F8437F. Grayscale: #7F7F7F. Windows color (decimal): -16270208 or 8436743. OLE color: 8436743.
HSL color Cylindrical-coordinate representation of color #07BC80: hue angle of 160.11º 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 #07BC80 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 128 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.26 |
| HSL | 160.11º | 0.93% | 0.38% | - |
| HSV(B) | 160.11º | 0.96% | 0.74% | - |
| XYZ | 21.97 | 37.57 | 26.52 | - |
| YUV | 127.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 128 | 0.96 | 0 | 0.32 | 0.26 | 160.11 | 0.93 | 0.38 |
| Hex | 7 | BC | 80 | 60 | 0 | 20 | 1A | A0 | 5D | 26 |
| Octal | 7 | 274 | 200 | 140 | 0 | 40 | 32 | 240 | 135 | 46 |
| Binary | 111 | 10111100 | 10000000 | 1100000 | 0 | 100000 | 11010 | 10100000 | 1011101 | 100110 |
Color Harmonies of #07BC80
Complementary color
Monochromatic Colors of #07BC80
Black with #07BC80
Text Example
Text Example
White with #07BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC80; }
p { color: rgb(7,188,128); }
H1.HeaderClassName
{
color: #07BC80;
}
.AnyTagClassName
{
color: #07BC80;
}
</style>
background-color css
<style>
a { background-color: #07BC80; }
a { background-color: rgb(7,188,128); }
div.DivClassName
{
background-color: #07BC80;
}
.BgClassName
{
background-color: #07BC80;
}
</style>
border-color css
<style>
span { border-color: #07BC80; }
span { border-color: rgb(7,188,128); }
td.TdClassName
{
border-color: #07BC80;
}
.TagClassName
{
border-color: #07BC80;
}
</style>