Shades of Mountain Meadow #0BBB7B
Tints of Mountain Meadow #0BBB7B
RGB
CMYK
RGB Variations
Color information
#0BBB7B (or 0x0BBB7B) is known color: Mountain Meadow. HEX triplet: 0B, BB and 7B. RGB value is (11,187,123). Sum of RGB (Red+Green+Blue) = 11+187+123=321 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.43% from 321); Green value is 187 (73.44% from 255 or 58.26% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBB7B is #F44484. Grayscale: #7F7F7F. Windows color (decimal): -16008325 or 8108811. OLE color: 8108811.
HSL color Cylindrical-coordinate representation of color #0BBB7B: hue angle of 158.18º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBB7B is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 11 | 187 | 123 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.27 |
| HSL | 158.18º | 0.89% | 0.39% | - |
| HSV(B) | 158.18º | 0.94% | 0.73% | - |
| XYZ | 21.48 | 37.04 | 24.76 | - |
| YUV | 127.08 | 125.69 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 187 | 123 | 0.94 | 0 | 0.34 | 0.27 | 158.18 | 0.89 | 0.39 |
| Hex | B | BB | 7B | 5E | 0 | 22 | 1B | 9E | 59 | 27 |
| Octal | 13 | 273 | 173 | 136 | 0 | 42 | 33 | 236 | 131 | 47 |
| Binary | 1011 | 10111011 | 1111011 | 1011110 | 0 | 100010 | 11011 | 10011110 | 1011001 | 100111 |
Color Harmonies of #0BBB7B
Complementary color
Monochromatic Colors of #0BBB7B
Black with #0BBB7B
Text Example
Text Example
White with #0BBB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBB7B; }
p { color: rgb(11,187,123); }
H1.HeaderClassName
{
color: #0BBB7B;
}
.AnyTagClassName
{
color: #0BBB7B;
}
</style>
background-color css
<style>
a { background-color: #0BBB7B; }
a { background-color: rgb(11,187,123); }
div.DivClassName
{
background-color: #0BBB7B;
}
.BgClassName
{
background-color: #0BBB7B;
}
</style>
border-color css
<style>
span { border-color: #0BBB7B; }
span { border-color: rgb(11,187,123); }
td.TdClassName
{
border-color: #0BBB7B;
}
.TagClassName
{
border-color: #0BBB7B;
}
</style>