Shades of Mountain Meadow #07B988
Tints of Mountain Meadow #07B988
RGB
CMYK
RGB Variations
Color information
#07B988 (or 0x07B988) is known color: Mountain Meadow. HEX triplet: 07, B9 and 88. RGB value is (7,185,136). Sum of RGB (Red+Green+Blue) = 7+185+136=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 136 (53.52% from 255 or 41.46% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #07B988 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07B988 is #F84677. Grayscale: #7E7E7E. Windows color (decimal): -16270968 or 8960263. OLE color: 8960263.
HSL color Cylindrical-coordinate representation of color #07B988: hue angle of 163.48º 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 #07B988 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 185 | 136 | - |
| CMYK | 0.96 | 0 | 0.26 | 0.27 |
| HSL | 163.48º | 0.93% | 0.38% | - |
| HSV(B) | 163.48º | 0.96% | 0.73% | - |
| XYZ | 21.88 | 36.52 | 29.19 | - |
| YUV | 126.19 | 133.53 | 42.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 136 | 0.96 | 0 | 0.26 | 0.27 | 163.48 | 0.93 | 0.38 |
| Hex | 7 | B9 | 88 | 60 | 0 | 1A | 1B | A3 | 5D | 26 |
| Octal | 7 | 271 | 210 | 140 | 0 | 32 | 33 | 243 | 135 | 46 |
| Binary | 111 | 10111001 | 10001000 | 1100000 | 0 | 11010 | 11011 | 10100011 | 1011101 | 100110 |
Color Harmonies of #07B988
Complementary color
Monochromatic Colors of #07B988
Black with #07B988
Text Example
Text Example
White with #07B988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B988; }
p { color: rgb(7,185,136); }
H1.HeaderClassName
{
color: #07B988;
}
.AnyTagClassName
{
color: #07B988;
}
</style>
background-color css
<style>
a { background-color: #07B988; }
a { background-color: rgb(7,185,136); }
div.DivClassName
{
background-color: #07B988;
}
.BgClassName
{
background-color: #07B988;
}
</style>
border-color css
<style>
span { border-color: #07B988; }
span { border-color: rgb(7,185,136); }
td.TdClassName
{
border-color: #07B988;
}
.TagClassName
{
border-color: #07B988;
}
</style>