Shades of Mountain Meadow #0BB68C
Tints of Mountain Meadow #0BB68C
RGB
CMYK
RGB Variations
Color information
#0BB68C (or 0x0BB68C) is known color: Mountain Meadow. HEX triplet: 0B, B6 and 8C. RGB value is (11,182,140). Sum of RGB (Red+Green+Blue) = 11+182+140=333 (44% of max value = 765). Red value is 11 (4.69% from 255 or 3.30% from 333); Green value is 182 (71.48% from 255 or 54.65% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB68C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0BB68C is #F44973. Grayscale: #7E7E7E. Windows color (decimal): -16009588 or 9221643. OLE color: 9221643.
HSL color Cylindrical-coordinate representation of color #0BB68C: hue angle of 165.26º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB68C is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 11 | 182 | 140 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.29 |
| HSL | 165.26º | 0.89% | 0.38% | - |
| HSV(B) | 165.26º | 0.94% | 0.71% | - |
| XYZ | 21.6 | 35.42 | 30.51 | - |
| YUV | 126.08 | 135.85 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 182 | 140 | 0.94 | 0 | 0.23 | 0.29 | 165.26 | 0.89 | 0.38 |
| Hex | B | B6 | 8C | 5E | 0 | 17 | 1D | A5 | 59 | 26 |
| Octal | 13 | 266 | 214 | 136 | 0 | 27 | 35 | 245 | 131 | 46 |
| Binary | 1011 | 10110110 | 10001100 | 1011110 | 0 | 10111 | 11101 | 10100101 | 1011001 | 100110 |
Color Harmonies of #0BB68C
Complementary color
Monochromatic Colors of #0BB68C
Black with #0BB68C
Text Example
Text Example
White with #0BB68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BB68C; }
p { color: rgb(11,182,140); }
H1.HeaderClassName
{
color: #0BB68C;
}
.AnyTagClassName
{
color: #0BB68C;
}
</style>
background-color css
<style>
a { background-color: #0BB68C; }
a { background-color: rgb(11,182,140); }
div.DivClassName
{
background-color: #0BB68C;
}
.BgClassName
{
background-color: #0BB68C;
}
</style>
border-color css
<style>
span { border-color: #0BB68C; }
span { border-color: rgb(11,182,140); }
td.TdClassName
{
border-color: #0BB68C;
}
.TagClassName
{
border-color: #0BB68C;
}
</style>