Shades of Mountain Meadow #0FB77F
Tints of Mountain Meadow #0FB77F
RGB
CMYK
RGB Variations
Color information
#0FB77F (or 0x0FB77F) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 7F. RGB value is (15,183,127). Sum of RGB (Red+Green+Blue) = 15+183+127=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 183 (71.88% from 255 or 56.31% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB77F is #F04880. Grayscale: #7E7E7E. Windows color (decimal): -15747201 or 8369935. OLE color: 8369935.
HSL color Cylindrical-coordinate representation of color #0FB77F: hue angle of 160º 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 #0FB77F is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 127 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.28 |
| HSL | 160º | 0.85% | 0.39% | - |
| HSV(B) | 160º | 0.92% | 0.72% | - |
| XYZ | 20.96 | 35.5 | 25.83 | - |
| YUV | 126.38 | 128.34 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 127 | 0.92 | 0 | 0.31 | 0.28 | 160 | 0.85 | 0.39 |
| Hex | F | B7 | 7F | 5C | 0 | 1F | 1C | A0 | 55 | 27 |
| Octal | 17 | 267 | 177 | 134 | 0 | 37 | 34 | 240 | 125 | 47 |
| Binary | 1111 | 10110111 | 1111111 | 1011100 | 0 | 11111 | 11100 | 10100000 | 1010101 | 100111 |
Color Harmonies of #0FB77F
Complementary color
Monochromatic Colors of #0FB77F
Black with #0FB77F
Text Example
Text Example
White with #0FB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB77F; }
p { color: rgb(15,183,127); }
H1.HeaderClassName
{
color: #0FB77F;
}
.AnyTagClassName
{
color: #0FB77F;
}
</style>
background-color css
<style>
a { background-color: #0FB77F; }
a { background-color: rgb(15,183,127); }
div.DivClassName
{
background-color: #0FB77F;
}
.BgClassName
{
background-color: #0FB77F;
}
</style>
border-color css
<style>
span { border-color: #0FB77F; }
span { border-color: rgb(15,183,127); }
td.TdClassName
{
border-color: #0FB77F;
}
.TagClassName
{
border-color: #0FB77F;
}
</style>