Shades of Mountain Meadow #0FB076
Tints of Mountain Meadow #0FB076
RGB
CMYK
RGB Variations
Color information
#0FB076 (or 0x0FB076) is known color: Mountain Meadow. HEX triplet: 0F, B0 and 76. RGB value is (15,176,118). Sum of RGB (Red+Green+Blue) = 15+176+118=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 118 (46.48% from 255 or 38.19% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #0FB076 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB076 is #F04F89. Grayscale: #797979. Windows color (decimal): -15749002 or 7778319. OLE color: 7778319.
HSL color Cylindrical-coordinate representation of color #0FB076: hue angle of 158.39º 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 #0FB076 is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 176 | 118 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.31 |
| HSL | 158.39º | 0.84% | 0.37% | - |
| HSV(B) | 158.39º | 0.91% | 0.69% | - |
| XYZ | 18.99 | 32.46 | 22.4 | - |
| YUV | 121.25 | 126.16 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 176 | 118 | 0.91 | 0 | 0.33 | 0.31 | 158.39 | 0.84 | 0.37 |
| Hex | F | B0 | 76 | 5B | 0 | 21 | 1F | 9E | 54 | 25 |
| Octal | 17 | 260 | 166 | 133 | 0 | 41 | 37 | 236 | 124 | 45 |
| Binary | 1111 | 10110000 | 1110110 | 1011011 | 0 | 100001 | 11111 | 10011110 | 1010100 | 100101 |
Color Harmonies of #0FB076
Complementary color
Monochromatic Colors of #0FB076
Black with #0FB076
Text Example
Text Example
White with #0FB076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB076; }
p { color: rgb(15,176,118); }
H1.HeaderClassName
{
color: #0FB076;
}
.AnyTagClassName
{
color: #0FB076;
}
</style>
background-color css
<style>
a { background-color: #0FB076; }
a { background-color: rgb(15,176,118); }
div.DivClassName
{
background-color: #0FB076;
}
.BgClassName
{
background-color: #0FB076;
}
</style>
border-color css
<style>
span { border-color: #0FB076; }
span { border-color: rgb(15,176,118); }
td.TdClassName
{
border-color: #0FB076;
}
.TagClassName
{
border-color: #0FB076;
}
</style>