Shades of Mountain Meadow #0CB877
Tints of Mountain Meadow #0CB877
RGB
CMYK
RGB Variations
Color information
#0CB877 (or 0x0CB877) is known color: Mountain Meadow. HEX triplet: 0C, B8 and 77. RGB value is (12,184,119). Sum of RGB (Red+Green+Blue) = 12+184+119=315 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.81% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 119 (46.88% from 255 or 37.78% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #0CB877 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB877 is #F34788. Grayscale: #7D7D7D. Windows color (decimal): -15943561 or 7845900. OLE color: 7845900.
HSL color Cylindrical-coordinate representation of color #0CB877: hue angle of 157.33º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB877 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 184 | 119 | - |
| CMYK | 0.93 | 0 | 0.35 | 0.28 |
| HSL | 157.33º | 0.88% | 0.38% | - |
| HSV(B) | 157.33º | 0.93% | 0.72% | - |
| XYZ | 20.62 | 35.69 | 23.25 | - |
| YUV | 125.16 | 124.52 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 184 | 119 | 0.93 | 0 | 0.35 | 0.28 | 157.33 | 0.88 | 0.38 |
| Hex | C | B8 | 77 | 5D | 0 | 23 | 1C | 9D | 58 | 26 |
| Octal | 14 | 270 | 167 | 135 | 0 | 43 | 34 | 235 | 130 | 46 |
| Binary | 1100 | 10111000 | 1110111 | 1011101 | 0 | 100011 | 11100 | 10011101 | 1011000 | 100110 |
Color Harmonies of #0CB877
Complementary color
Monochromatic Colors of #0CB877
Black with #0CB877
Text Example
Text Example
White with #0CB877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB877; }
p { color: rgb(12,184,119); }
H1.HeaderClassName
{
color: #0CB877;
}
.AnyTagClassName
{
color: #0CB877;
}
</style>
background-color css
<style>
a { background-color: #0CB877; }
a { background-color: rgb(12,184,119); }
div.DivClassName
{
background-color: #0CB877;
}
.BgClassName
{
background-color: #0CB877;
}
</style>
border-color css
<style>
span { border-color: #0CB877; }
span { border-color: rgb(12,184,119); }
td.TdClassName
{
border-color: #0CB877;
}
.TagClassName
{
border-color: #0CB877;
}
</style>