Shades of Mountain Meadow #10B976
Tints of Mountain Meadow #10B976
RGB
CMYK
RGB Variations
Color information
#10B976 (or 0x10B976) is known color: Mountain Meadow. HEX triplet: 10, B9 and 76. RGB value is (16,185,118). Sum of RGB (Red+Green+Blue) = 16+185+118=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #10B976 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #10B976 is #EF4689. Grayscale: #7E7E7E. Windows color (decimal): -15681162 or 7780624. OLE color: 7780624.
HSL color Cylindrical-coordinate representation of color #10B976: hue angle of 156.21º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10B976 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 16 | 185 | 118 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.27 |
| HSL | 156.21º | 0.84% | 0.39% | - |
| HSV(B) | 156.21º | 0.91% | 0.73% | - |
| XYZ | 20.83 | 36.12 | 23.01 | - |
| YUV | 126.83 | 123.01 | 48.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 185 | 118 | 0.91 | 0 | 0.36 | 0.27 | 156.21 | 0.84 | 0.39 |
| Hex | 10 | B9 | 76 | 5B | 0 | 24 | 1B | 9C | 54 | 27 |
| Octal | 20 | 271 | 166 | 133 | 0 | 44 | 33 | 234 | 124 | 47 |
| Binary | 10000 | 10111001 | 1110110 | 1011011 | 0 | 100100 | 11011 | 10011100 | 1010100 | 100111 |
Color Harmonies of #10B976
Complementary color
Monochromatic Colors of #10B976
Black with #10B976
Text Example
Text Example
White with #10B976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B976; }
p { color: rgb(16,185,118); }
H1.HeaderClassName
{
color: #10B976;
}
.AnyTagClassName
{
color: #10B976;
}
</style>
background-color css
<style>
a { background-color: #10B976; }
a { background-color: rgb(16,185,118); }
div.DivClassName
{
background-color: #10B976;
}
.BgClassName
{
background-color: #10B976;
}
</style>
border-color css
<style>
span { border-color: #10B976; }
span { border-color: rgb(16,185,118); }
td.TdClassName
{
border-color: #10B976;
}
.TagClassName
{
border-color: #10B976;
}
</style>