Shades of Mountain Meadow #0FB077
Tints of Mountain Meadow #0FB077
RGB
CMYK
RGB Variations
Color information
#0FB077 (or 0x0FB077) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 77. RGB value is (15,176,119). Sum of RGB (Red+Green+Blue) = 15+176+119=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 119 (46.88% from 255 or 38.39% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB077 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB077 is #F04F88. Grayscale: #797979. Windows color (decimal): -15749001 or 7843855. OLE color: 7843855.
HSL color Cylindrical-coordinate representation of color #0FB077: hue angle of 158.76º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FB077 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 119 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.31 |
| HSL | 158.76º | 0.84% | 0.37% | - |
| HSV(B) | 158.76º | 0.91% | 0.69% | - |
| XYZ | 19.05 | 32.48 | 22.72 | - |
| YUV | 121.36 | 126.66 | 52.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 119 | 0.91 | 0 | 0.32 | 0.31 | 158.76 | 0.84 | 0.37 |
| Hex | F | B0 | 77 | 5B | 0 | 20 | 1F | 9F | 54 | 25 |
| Octal | 17 | 260 | 167 | 133 | 0 | 40 | 37 | 237 | 124 | 45 |
| Binary | 1111 | 10110000 | 1110111 | 1011011 | 0 | 100000 | 11111 | 10011111 | 1010100 | 100101 |
Color Harmonies of #0FB077
Complementary color
Monochromatic Colors of #0FB077
Black with #0FB077
Text Example
Text Example
White with #0FB077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB077; }
p { color: rgb(15,176,119); }
H1.HeaderClassName
{
color: #0FB077;
}
.AnyTagClassName
{
color: #0FB077;
}
</style>
background-color css
<style>
a { background-color: #0FB077; }
a { background-color: rgb(15,176,119); }
div.DivClassName
{
background-color: #0FB077;
}
.BgClassName
{
background-color: #0FB077;
}
</style>
border-color css
<style>
span { border-color: #0FB077; }
span { border-color: rgb(15,176,119); }
td.TdClassName
{
border-color: #0FB077;
}
.TagClassName
{
border-color: #0FB077;
}
</style>