Shades of Mountain Meadow #07C186
Tints of Mountain Meadow #07C186
RGB
CMYK
RGB Variations
Color information
#07C186 (or 0x07C186) is known color: Mountain Meadow. HEX triplet: 07, C1 and 86. RGB value is (7,193,134). Sum of RGB (Red+Green+Blue) = 7+193+134=334 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.10% from 334); Green value is 193 (75.78% from 255 or 57.78% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 193 - color contains mainly: green. Hex color #07C186 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07C186 is #F83E79. Grayscale: #828282. Windows color (decimal): -16268922 or 8831239. OLE color: 8831239.
HSL color Cylindrical-coordinate representation of color #07C186: hue angle of 160.97º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C186 is Cyan = 0.96, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 134 | - |
| CMYK | 0.96 | 0 | 0.31 | 0.24 |
| HSL | 160.97º | 0.93% | 0.39% | - |
| HSV(B) | 160.97º | 0.96% | 0.76% | - |
| XYZ | 23.46 | 39.91 | 29.02 | - |
| YUV | 130.66 | 129.88 | 39.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 134 | 0.96 | 0 | 0.31 | 0.24 | 160.97 | 0.93 | 0.39 |
| Hex | 7 | C1 | 86 | 60 | 0 | 1F | 18 | A1 | 5D | 27 |
| Octal | 7 | 301 | 206 | 140 | 0 | 37 | 30 | 241 | 135 | 47 |
| Binary | 111 | 11000001 | 10000110 | 1100000 | 0 | 11111 | 11000 | 10100001 | 1011101 | 100111 |
Color Harmonies of #07C186
Complementary color
Monochromatic Colors of #07C186
Black with #07C186
Text Example
Text Example
White with #07C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C186; }
p { color: rgb(7,193,134); }
H1.HeaderClassName
{
color: #07C186;
}
.AnyTagClassName
{
color: #07C186;
}
</style>
background-color css
<style>
a { background-color: #07C186; }
a { background-color: rgb(7,193,134); }
div.DivClassName
{
background-color: #07C186;
}
.BgClassName
{
background-color: #07C186;
}
</style>
border-color css
<style>
span { border-color: #07C186; }
span { border-color: rgb(7,193,134); }
td.TdClassName
{
border-color: #07C186;
}
.TagClassName
{
border-color: #07C186;
}
</style>