Shades of Mountain Meadow #0BB78C
Tints of Mountain Meadow #0BB78C
RGB
CMYK
RGB Variations
Color information
#0BB78C (or 0x0BB78C) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 8C. RGB value is (11,183,140). Sum of RGB (Red+Green+Blue) = 11+183+140=334 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.29% from 334); Green value is 183 (71.88% from 255 or 54.79% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB78C is #F44873. Grayscale: #7E7E7E. Windows color (decimal): -16009332 or 9221899. OLE color: 9221899.
HSL color Cylindrical-coordinate representation of color #0BB78C: hue angle of 165º 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 #0BB78C is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 140 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.28 |
| HSL | 165º | 0.89% | 0.38% | - |
| HSV(B) | 165º | 0.94% | 0.72% | - |
| XYZ | 21.81 | 35.83 | 30.58 | - |
| YUV | 126.67 | 135.52 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 140 | 0.94 | 0 | 0.23 | 0.28 | 165 | 0.89 | 0.38 |
| Hex | B | B7 | 8C | 5E | 0 | 17 | 1C | A5 | 59 | 26 |
| Octal | 13 | 267 | 214 | 136 | 0 | 27 | 34 | 245 | 131 | 46 |
| Binary | 1011 | 10110111 | 10001100 | 1011110 | 0 | 10111 | 11100 | 10100101 | 1011001 | 100110 |
Color Harmonies of #0BB78C
Complementary color
Monochromatic Colors of #0BB78C
Black with #0BB78C
Text Example
Text Example
White with #0BB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB78C; }
p { color: rgb(11,183,140); }
H1.HeaderClassName
{
color: #0BB78C;
}
.AnyTagClassName
{
color: #0BB78C;
}
</style>
background-color css
<style>
a { background-color: #0BB78C; }
a { background-color: rgb(11,183,140); }
div.DivClassName
{
background-color: #0BB78C;
}
.BgClassName
{
background-color: #0BB78C;
}
</style>
border-color css
<style>
span { border-color: #0BB78C; }
span { border-color: rgb(11,183,140); }
td.TdClassName
{
border-color: #0BB78C;
}
.TagClassName
{
border-color: #0BB78C;
}
</style>