Shades of Mountain Meadow #0BB978
Tints of Mountain Meadow #0BB978
RGB
CMYK
RGB Variations
Color information
#0BB978 (or 0x0BB978) is known color: Mountain Meadow. HEX triplet: 0B, B9 and 78. RGB value is (11,185,120). Sum of RGB (Red+Green+Blue) = 11+185+120=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 185 (72.66% from 255 or 58.54% from 316); Blue value is 120 (47.27% from 255 or 37.97% from 316); Max value from RGB is 185 - color contains mainly: green. Hex color #0BB978 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB978 is #F44687. Grayscale: #7D7D7D. Windows color (decimal): -16008840 or 7911691. OLE color: 7911691.
HSL color Cylindrical-coordinate representation of color #0BB978: hue angle of 157.59º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB978 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 185 | 120 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.27 |
| HSL | 157.59º | 0.89% | 0.38% | - |
| HSV(B) | 157.59º | 0.94% | 0.73% | - |
| XYZ | 20.88 | 36.13 | 23.64 | - |
| YUV | 125.56 | 124.85 | 46.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 185 | 120 | 0.94 | 0 | 0.35 | 0.27 | 157.59 | 0.89 | 0.38 |
| Hex | B | B9 | 78 | 5E | 0 | 23 | 1B | 9E | 59 | 26 |
| Octal | 13 | 271 | 170 | 136 | 0 | 43 | 33 | 236 | 131 | 46 |
| Binary | 1011 | 10111001 | 1111000 | 1011110 | 0 | 100011 | 11011 | 10011110 | 1011001 | 100110 |
Color Harmonies of #0BB978
Complementary color
Monochromatic Colors of #0BB978
Black with #0BB978
Text Example
Text Example
White with #0BB978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB978; }
p { color: rgb(11,185,120); }
H1.HeaderClassName
{
color: #0BB978;
}
.AnyTagClassName
{
color: #0BB978;
}
</style>
background-color css
<style>
a { background-color: #0BB978; }
a { background-color: rgb(11,185,120); }
div.DivClassName
{
background-color: #0BB978;
}
.BgClassName
{
background-color: #0BB978;
}
</style>
border-color css
<style>
span { border-color: #0BB978; }
span { border-color: rgb(11,185,120); }
td.TdClassName
{
border-color: #0BB978;
}
.TagClassName
{
border-color: #0BB978;
}
</style>