Shades of Mountain Meadow #0BBF76
Tints of Mountain Meadow #0BBF76
RGB
CMYK
RGB Variations
Color information
#0BBF76 (or 0x0BBF76) is known color: Mountain Meadow. HEX triplet: 0B, BF and 76. RGB value is (11,191,118). Sum of RGB (Red+Green+Blue) = 11+191+118=320 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.44% from 320); Green value is 191 (75% from 255 or 59.69% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBF76 is #F44089. Grayscale: #808080. Windows color (decimal): -16007306 or 7782155. OLE color: 7782155.
HSL color Cylindrical-coordinate representation of color #0BBF76: hue angle of 155.67º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBF76 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 191 | 118 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.25 |
| HSL | 155.67º | 0.89% | 0.4% | - |
| HSV(B) | 155.67º | 0.94% | 0.75% | - |
| XYZ | 22.04 | 38.64 | 23.44 | - |
| YUV | 128.86 | 121.87 | 43.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 191 | 118 | 0.94 | 0 | 0.38 | 0.25 | 155.67 | 0.89 | 0.4 |
| Hex | B | BF | 76 | 5E | 0 | 26 | 19 | 9C | 59 | 28 |
| Octal | 13 | 277 | 166 | 136 | 0 | 46 | 31 | 234 | 131 | 50 |
| Binary | 1011 | 10111111 | 1110110 | 1011110 | 0 | 100110 | 11001 | 10011100 | 1011001 | 101000 |
Color Harmonies of #0BBF76
Complementary color
Monochromatic Colors of #0BBF76
Black with #0BBF76
Text Example
Text Example
White with #0BBF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BBF76; }
p { color: rgb(11,191,118); }
H1.HeaderClassName
{
color: #0BBF76;
}
.AnyTagClassName
{
color: #0BBF76;
}
</style>
background-color css
<style>
a { background-color: #0BBF76; }
a { background-color: rgb(11,191,118); }
div.DivClassName
{
background-color: #0BBF76;
}
.BgClassName
{
background-color: #0BBF76;
}
</style>
border-color css
<style>
span { border-color: #0BBF76; }
span { border-color: rgb(11,191,118); }
td.TdClassName
{
border-color: #0BBF76;
}
.TagClassName
{
border-color: #0BBF76;
}
</style>