Shades of Mountain Meadow #0FB779
Tints of Mountain Meadow #0FB779
RGB
CMYK
RGB Variations
Color information
#0FB779 (or 0x0FB779) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 79. RGB value is (15,183,121). Sum of RGB (Red+Green+Blue) = 15+183+121=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 183 (71.88% from 255 or 57.37% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB779 is #F04886. Grayscale: #7D7D7D. Windows color (decimal): -15747207 or 7976719. OLE color: 7976719.
HSL color Cylindrical-coordinate representation of color #0FB779: hue angle of 157.86º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB779 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 121 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.28 |
| HSL | 157.86º | 0.85% | 0.39% | - |
| HSV(B) | 157.86º | 0.92% | 0.72% | - |
| XYZ | 20.58 | 35.35 | 23.83 | - |
| YUV | 125.7 | 125.34 | 49.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 121 | 0.92 | 0 | 0.34 | 0.28 | 157.86 | 0.85 | 0.39 |
| Hex | F | B7 | 79 | 5C | 0 | 22 | 1C | 9E | 55 | 27 |
| Octal | 17 | 267 | 171 | 134 | 0 | 42 | 34 | 236 | 125 | 47 |
| Binary | 1111 | 10110111 | 1111001 | 1011100 | 0 | 100010 | 11100 | 10011110 | 1010101 | 100111 |
Color Harmonies of #0FB779
Complementary color
Monochromatic Colors of #0FB779
Black with #0FB779
Text Example
Text Example
White with #0FB779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB779; }
p { color: rgb(15,183,121); }
H1.HeaderClassName
{
color: #0FB779;
}
.AnyTagClassName
{
color: #0FB779;
}
</style>
background-color css
<style>
a { background-color: #0FB779; }
a { background-color: rgb(15,183,121); }
div.DivClassName
{
background-color: #0FB779;
}
.BgClassName
{
background-color: #0FB779;
}
</style>
border-color css
<style>
span { border-color: #0FB779; }
span { border-color: rgb(15,183,121); }
td.TdClassName
{
border-color: #0FB779;
}
.TagClassName
{
border-color: #0FB779;
}
</style>