Shades of Mountain Meadow #0BB78A
Tints of Mountain Meadow #0BB78A
RGB
CMYK
RGB Variations
Color information
#0BB78A (or 0x0BB78A) is known color: Mountain Meadow. HEX triplet: 0B, B7 and 8A. RGB value is (11,183,138). Sum of RGB (Red+Green+Blue) = 11+183+138=332 (43% of max value = 765). Red value is 11 (4.69% from 255 or 3.31% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 138 (54.30% from 255 or 41.57% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB78A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB78A is #F44875. Grayscale: #7E7E7E. Windows color (decimal): -16009334 or 9090827. OLE color: 9090827.
HSL color Cylindrical-coordinate representation of color #0BB78A: hue angle of 164.3º 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 #0BB78A is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 11 | 183 | 138 | - |
| CMYK | 0.94 | 0 | 0.25 | 0.28 |
| HSL | 164.3º | 0.89% | 0.38% | - |
| HSV(B) | 164.3º | 0.94% | 0.72% | - |
| XYZ | 21.66 | 35.77 | 29.81 | - |
| YUV | 126.44 | 134.52 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 183 | 138 | 0.94 | 0 | 0.25 | 0.28 | 164.3 | 0.89 | 0.38 |
| Hex | B | B7 | 8A | 5E | 0 | 19 | 1C | A4 | 59 | 26 |
| Octal | 13 | 267 | 212 | 136 | 0 | 31 | 34 | 244 | 131 | 46 |
| Binary | 1011 | 10110111 | 10001010 | 1011110 | 0 | 11001 | 11100 | 10100100 | 1011001 | 100110 |
Color Harmonies of #0BB78A
Complementary color
Monochromatic Colors of #0BB78A
Black with #0BB78A
Text Example
Text Example
White with #0BB78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB78A; }
p { color: rgb(11,183,138); }
H1.HeaderClassName
{
color: #0BB78A;
}
.AnyTagClassName
{
color: #0BB78A;
}
</style>
background-color css
<style>
a { background-color: #0BB78A; }
a { background-color: rgb(11,183,138); }
div.DivClassName
{
background-color: #0BB78A;
}
.BgClassName
{
background-color: #0BB78A;
}
</style>
border-color css
<style>
span { border-color: #0BB78A; }
span { border-color: rgb(11,183,138); }
td.TdClassName
{
border-color: #0BB78A;
}
.TagClassName
{
border-color: #0BB78A;
}
</style>