Shades of Mountain Meadow #0BC079
Tints of Mountain Meadow #0BC079
RGB
CMYK
RGB Variations
Color information
#0BC079 (or 0x0BC079) is known color: Mountain Meadow. HEX triplet: 0B, C0 and 79. RGB value is (11,192,121). Sum of RGB (Red+Green+Blue) = 11+192+121=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 192 (75.39% from 255 or 59.26% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 192 - color contains mainly: green. Hex color #0BC079 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BC079 is #F43F86. Grayscale: #818181. Windows color (decimal): -16007047 or 7979019. OLE color: 7979019.
HSL color Cylindrical-coordinate representation of color #0BC079: hue angle of 156.46º 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 #0BC079 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 11 | 192 | 121 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.25 |
| HSL | 156.46º | 0.89% | 0.4% | - |
| HSV(B) | 156.46º | 0.94% | 0.75% | - |
| XYZ | 22.44 | 39.15 | 24.46 | - |
| YUV | 129.79 | 123.03 | 43.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 192 | 121 | 0.94 | 0 | 0.37 | 0.25 | 156.46 | 0.89 | 0.4 |
| Hex | B | C0 | 79 | 5E | 0 | 25 | 19 | 9C | 59 | 28 |
| Octal | 13 | 300 | 171 | 136 | 0 | 45 | 31 | 234 | 131 | 50 |
| Binary | 1011 | 11000000 | 1111001 | 1011110 | 0 | 100101 | 11001 | 10011100 | 1011001 | 101000 |
Color Harmonies of #0BC079
Complementary color
Monochromatic Colors of #0BC079
Black with #0BC079
Text Example
Text Example
White with #0BC079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0BC079; }
p { color: rgb(11,192,121); }
H1.HeaderClassName
{
color: #0BC079;
}
.AnyTagClassName
{
color: #0BC079;
}
</style>
background-color css
<style>
a { background-color: #0BC079; }
a { background-color: rgb(11,192,121); }
div.DivClassName
{
background-color: #0BC079;
}
.BgClassName
{
background-color: #0BC079;
}
</style>
border-color css
<style>
span { border-color: #0BC079; }
span { border-color: rgb(11,192,121); }
td.TdClassName
{
border-color: #0BC079;
}
.TagClassName
{
border-color: #0BC079;
}
</style>