Shades of Mountain Meadow #0FB778
Tints of Mountain Meadow #0FB778
RGB
CMYK
RGB Variations
Color information
#0FB778 (or 0x0FB778) is known color: Mountain Meadow. HEX triplet: 0F, B7 and 78. RGB value is (15,183,120). Sum of RGB (Red+Green+Blue) = 15+183+120=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 120 (47.27% from 255 or 37.74% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB778 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB778 is #F04887. Grayscale: #7D7D7D. Windows color (decimal): -15747208 or 7911183. OLE color: 7911183.
HSL color Cylindrical-coordinate representation of color #0FB778: hue angle of 157.5º 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 #0FB778 is Cyan = 0.92, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 15 | 183 | 120 | - |
| CMYK | 0.92 | 0 | 0.34 | 0.28 |
| HSL | 157.5º | 0.85% | 0.39% | - |
| HSV(B) | 157.5º | 0.92% | 0.72% | - |
| XYZ | 20.52 | 35.32 | 23.51 | - |
| YUV | 125.59 | 124.84 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 183 | 120 | 0.92 | 0 | 0.34 | 0.28 | 157.5 | 0.85 | 0.39 |
| Hex | F | B7 | 78 | 5C | 0 | 22 | 1C | 9E | 55 | 27 |
| Octal | 17 | 267 | 170 | 134 | 0 | 42 | 34 | 236 | 125 | 47 |
| Binary | 1111 | 10110111 | 1111000 | 1011100 | 0 | 100010 | 11100 | 10011110 | 1010101 | 100111 |
Color Harmonies of #0FB778
Complementary color
Monochromatic Colors of #0FB778
Black with #0FB778
Text Example
Text Example
White with #0FB778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FB778; }
p { color: rgb(15,183,120); }
H1.HeaderClassName
{
color: #0FB778;
}
.AnyTagClassName
{
color: #0FB778;
}
</style>
background-color css
<style>
a { background-color: #0FB778; }
a { background-color: rgb(15,183,120); }
div.DivClassName
{
background-color: #0FB778;
}
.BgClassName
{
background-color: #0FB778;
}
</style>
border-color css
<style>
span { border-color: #0FB778; }
span { border-color: rgb(15,183,120); }
td.TdClassName
{
border-color: #0FB778;
}
.TagClassName
{
border-color: #0FB778;
}
</style>