Shades of Mountain Meadow #0BB07C
Tints of Mountain Meadow #0BB07C
RGB
CMYK
RGB Variations
Color information
#0BB07C (or 0x0BB07C) is known color: Mountain Meadow. HEX triplet: 0B, B0 and 7C. RGB value is (11,176,124). Sum of RGB (Red+Green+Blue) = 11+176+124=311 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.54% from 311); Green value is 176 (69.14% from 255 or 56.59% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 176 - color contains mainly: green. Hex color #0BB07C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BB07C is #F44F83. Grayscale: #787878. Windows color (decimal): -16011140 or 8171531. OLE color: 8171531.
HSL color Cylindrical-coordinate representation of color #0BB07C: hue angle of 161.09º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB07C is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 11 | 176 | 124 | - |
| CMYK | 0.94 | 0 | 0.30 | 0.31 |
| HSL | 161.09º | 0.88% | 0.37% | - |
| HSV(B) | 161.09º | 0.94% | 0.69% | - |
| XYZ | 19.3 | 32.58 | 24.34 | - |
| YUV | 120.74 | 129.84 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 176 | 124 | 0.94 | 0 | 0.30 | 0.31 | 161.09 | 0.88 | 0.37 |
| Hex | B | B0 | 7C | 5E | 0 | 1E | 1F | A1 | 58 | 25 |
| Octal | 13 | 260 | 174 | 136 | 0 | 36 | 37 | 241 | 130 | 45 |
| Binary | 1011 | 10110000 | 1111100 | 1011110 | 0 | 11110 | 11111 | 10100001 | 1011000 | 100101 |
Color Harmonies of #0BB07C
Complementary color
Monochromatic Colors of #0BB07C
Black with #0BB07C
Text Example
Text Example
White with #0BB07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB07C; }
p { color: rgb(11,176,124); }
H1.HeaderClassName
{
color: #0BB07C;
}
.AnyTagClassName
{
color: #0BB07C;
}
</style>
background-color css
<style>
a { background-color: #0BB07C; }
a { background-color: rgb(11,176,124); }
div.DivClassName
{
background-color: #0BB07C;
}
.BgClassName
{
background-color: #0BB07C;
}
</style>
border-color css
<style>
span { border-color: #0BB07C; }
span { border-color: rgb(11,176,124); }
td.TdClassName
{
border-color: #0BB07C;
}
.TagClassName
{
border-color: #0BB07C;
}
</style>