Shades of Mountain Meadow #0CB678
Tints of Mountain Meadow #0CB678
RGB
CMYK
RGB Variations
Color information
#0CB678 (or 0x0CB678) is known color: Mountain Meadow. HEX triplet: 0C, B6 and 78. RGB value is (12,182,120). Sum of RGB (Red+Green+Blue) = 12+182+120=314 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.82% from 314); Green value is 182 (71.48% from 255 or 57.96% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 182 - color contains mainly: green. Hex color #0CB678 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CB678 is #F34987. Grayscale: #7C7C7C. Windows color (decimal): -15944072 or 7910924. OLE color: 7910924.
HSL color Cylindrical-coordinate representation of color #0CB678: hue angle of 158.12º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CB678 is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 12 | 182 | 120 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.29 |
| HSL | 158.12º | 0.88% | 0.38% | - |
| HSV(B) | 158.12º | 0.93% | 0.71% | - |
| XYZ | 20.27 | 34.89 | 23.44 | - |
| YUV | 124.1 | 125.68 | 48.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 182 | 120 | 0.93 | 0 | 0.34 | 0.29 | 158.12 | 0.88 | 0.38 |
| Hex | C | B6 | 78 | 5D | 0 | 22 | 1D | 9E | 58 | 26 |
| Octal | 14 | 266 | 170 | 135 | 0 | 42 | 35 | 236 | 130 | 46 |
| Binary | 1100 | 10110110 | 1111000 | 1011101 | 0 | 100010 | 11101 | 10011110 | 1011000 | 100110 |
Color Harmonies of #0CB678
Complementary color
Monochromatic Colors of #0CB678
Black with #0CB678
Text Example
Text Example
White with #0CB678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0CB678; }
p { color: rgb(12,182,120); }
H1.HeaderClassName
{
color: #0CB678;
}
.AnyTagClassName
{
color: #0CB678;
}
</style>
background-color css
<style>
a { background-color: #0CB678; }
a { background-color: rgb(12,182,120); }
div.DivClassName
{
background-color: #0CB678;
}
.BgClassName
{
background-color: #0CB678;
}
</style>
border-color css
<style>
span { border-color: #0CB678; }
span { border-color: rgb(12,182,120); }
td.TdClassName
{
border-color: #0CB678;
}
.TagClassName
{
border-color: #0CB678;
}
</style>