Shades of Mountain Meadow #0DB77F
Tints of Mountain Meadow #0DB77F
RGB
CMYK
RGB Variations
Color information
#0DB77F (or 0x0DB77F) is known color: Mountain Meadow. HEX triplet: 0D, B7 and 7F. RGB value is (13,183,127). Sum of RGB (Red+Green+Blue) = 13+183+127=323 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.02% from 323); Green value is 183 (71.88% from 255 or 56.66% from 323); Blue value is 127 (50% from 255 or 39.32% from 323); Max value from RGB is 183 - color contains mainly: green. Hex color #0DB77F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DB77F is #F24880. Grayscale: #7D7D7D. Windows color (decimal): -15878273 or 8369933. OLE color: 8369933.
HSL color Cylindrical-coordinate representation of color #0DB77F: hue angle of 160.24º degrees, saturation: 0.87, 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 #0DB77F is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 13 | 183 | 127 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.28 |
| HSL | 160.24º | 0.87% | 0.38% | - |
| HSV(B) | 160.24º | 0.93% | 0.72% | - |
| XYZ | 20.93 | 35.48 | 25.82 | - |
| YUV | 125.79 | 128.68 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 183 | 127 | 0.93 | 0 | 0.31 | 0.28 | 160.24 | 0.87 | 0.38 |
| Hex | D | B7 | 7F | 5D | 0 | 1F | 1C | A0 | 57 | 26 |
| Octal | 15 | 267 | 177 | 135 | 0 | 37 | 34 | 240 | 127 | 46 |
| Binary | 1101 | 10110111 | 1111111 | 1011101 | 0 | 11111 | 11100 | 10100000 | 1010111 | 100110 |
Color Harmonies of #0DB77F
Complementary color
Monochromatic Colors of #0DB77F
Black with #0DB77F
Text Example
Text Example
White with #0DB77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB77F; }
p { color: rgb(13,183,127); }
H1.HeaderClassName
{
color: #0DB77F;
}
.AnyTagClassName
{
color: #0DB77F;
}
</style>
background-color css
<style>
a { background-color: #0DB77F; }
a { background-color: rgb(13,183,127); }
div.DivClassName
{
background-color: #0DB77F;
}
.BgClassName
{
background-color: #0DB77F;
}
</style>
border-color css
<style>
span { border-color: #0DB77F; }
span { border-color: rgb(13,183,127); }
td.TdClassName
{
border-color: #0DB77F;
}
.TagClassName
{
border-color: #0DB77F;
}
</style>