Shades of Mountain Meadow #0BB877
Tints of Mountain Meadow #0BB877
RGB
CMYK
RGB Variations
Color information
#0BB877 (or 0x0BB877) is known color: Mountain Meadow. HEX triplet: 0B, B8 and 77. RGB value is (11,184,119). Sum of RGB (Red+Green+Blue) = 11+184+119=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 184 (72.27% from 255 or 58.60% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB877 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB877 is #F44788. Grayscale: #7C7C7C. Windows color (decimal): -16009097 or 7845899. OLE color: 7845899.
HSL color Cylindrical-coordinate representation of color #0BB877: hue angle of 157.46º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB877 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 184 | 119 | - |
| CMYK | 0.94 | 0 | 0.35 | 0.28 |
| HSL | 157.46º | 0.89% | 0.38% | - |
| HSV(B) | 157.46º | 0.94% | 0.72% | - |
| XYZ | 20.61 | 35.68 | 23.25 | - |
| YUV | 124.86 | 124.69 | 46.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 184 | 119 | 0.94 | 0 | 0.35 | 0.28 | 157.46 | 0.89 | 0.38 |
| Hex | B | B8 | 77 | 5E | 0 | 23 | 1C | 9D | 59 | 26 |
| Octal | 13 | 270 | 167 | 136 | 0 | 43 | 34 | 235 | 131 | 46 |
| Binary | 1011 | 10111000 | 1110111 | 1011110 | 0 | 100011 | 11100 | 10011101 | 1011001 | 100110 |
Color Harmonies of #0BB877
Complementary color
Monochromatic Colors of #0BB877
Black with #0BB877
Text Example
Text Example
White with #0BB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB877; }
p { color: rgb(11,184,119); }
H1.HeaderClassName
{
color: #0BB877;
}
.AnyTagClassName
{
color: #0BB877;
}
</style>
background-color css
<style>
a { background-color: #0BB877; }
a { background-color: rgb(11,184,119); }
div.DivClassName
{
background-color: #0BB877;
}
.BgClassName
{
background-color: #0BB877;
}
</style>
border-color css
<style>
span { border-color: #0BB877; }
span { border-color: rgb(11,184,119); }
td.TdClassName
{
border-color: #0BB877;
}
.TagClassName
{
border-color: #0BB877;
}
</style>