Shades of Mountain Meadow #0FB77D
Tints of Mountain Meadow #0FB77D
RGB
CMYK
RGB Variations
Color information
#0FB77D (or 0x0FB77D) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 7D. RGB value is (15,183,125). Sum of RGB (Red+Green+Blue) = 15+183+125=323 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.64% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB77D is #F04882. Grayscale: #7E7E7E. Windows color (decimal): -15747203 or 8238863. OLE color: 8238863.
HSL color Cylindrical-coordinate representation of color #0FB77D: hue angle of 159.29º 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 #0FB77D is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 125 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.28 |
| HSL | 159.29º | 0.85% | 0.39% | - |
| HSV(B) | 159.29º | 0.92% | 0.72% | - |
| XYZ | 20.83 | 35.45 | 25.15 | - |
| YUV | 126.16 | 127.34 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 125 | 0.92 | 0 | 0.32 | 0.28 | 159.29 | 0.85 | 0.39 |
| Hex | F | B7 | 7D | 5C | 0 | 20 | 1C | 9F | 55 | 27 |
| Octal | 17 | 267 | 175 | 134 | 0 | 40 | 34 | 237 | 125 | 47 |
| Binary | 1111 | 10110111 | 1111101 | 1011100 | 0 | 100000 | 11100 | 10011111 | 1010101 | 100111 |
Color Harmonies of #0FB77D
Complementary color
Monochromatic Colors of #0FB77D
Black with #0FB77D
Text Example
Text Example
White with #0FB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB77D; }
p { color: rgb(15,183,125); }
H1.HeaderClassName
{
color: #0FB77D;
}
.AnyTagClassName
{
color: #0FB77D;
}
</style>
background-color css
<style>
a { background-color: #0FB77D; }
a { background-color: rgb(15,183,125); }
div.DivClassName
{
background-color: #0FB77D;
}
.BgClassName
{
background-color: #0FB77D;
}
</style>
border-color css
<style>
span { border-color: #0FB77D; }
span { border-color: rgb(15,183,125); }
td.TdClassName
{
border-color: #0FB77D;
}
.TagClassName
{
border-color: #0FB77D;
}
</style>