Shades of Mountain Meadow #0CB77F
Tints of Mountain Meadow #0CB77F
RGB
CMYK
RGB Variations
Color information
#0CB77F (or 0x0CB77F) is known color: Mountain Meadow. HEX triplet: 0C, B7 and 7F. RGB value is (12,183,127). Sum of RGB (Red+Green+Blue) = 12+183+127=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #0CB77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB77F is #F34880. Grayscale: #7D7D7D. Windows color (decimal): -15943809 or 8369932. OLE color: 8369932.
HSL color Cylindrical-coordinate representation of color #0CB77F: hue angle of 160.35º 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 #0CB77F is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 12 | 183 | 127 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.28 |
| HSL | 160.35º | 0.88% | 0.38% | - |
| HSV(B) | 160.35º | 0.93% | 0.72% | - |
| XYZ | 20.92 | 35.48 | 25.82 | - |
| YUV | 125.49 | 128.85 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 183 | 127 | 0.93 | 0 | 0.31 | 0.28 | 160.35 | 0.88 | 0.38 |
| Hex | C | B7 | 7F | 5D | 0 | 1F | 1C | A0 | 58 | 26 |
| Octal | 14 | 267 | 177 | 135 | 0 | 37 | 34 | 240 | 130 | 46 |
| Binary | 1100 | 10110111 | 1111111 | 1011101 | 0 | 11111 | 11100 | 10100000 | 1011000 | 100110 |
Color Harmonies of #0CB77F
Complementary color
Monochromatic Colors of #0CB77F
Black with #0CB77F
Text Example
Text Example
White with #0CB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB77F; }
p { color: rgb(12,183,127); }
H1.HeaderClassName
{
color: #0CB77F;
}
.AnyTagClassName
{
color: #0CB77F;
}
</style>
background-color css
<style>
a { background-color: #0CB77F; }
a { background-color: rgb(12,183,127); }
div.DivClassName
{
background-color: #0CB77F;
}
.BgClassName
{
background-color: #0CB77F;
}
</style>
border-color css
<style>
span { border-color: #0CB77F; }
span { border-color: rgb(12,183,127); }
td.TdClassName
{
border-color: #0CB77F;
}
.TagClassName
{
border-color: #0CB77F;
}
</style>