Shades of Mountain Meadow #08B785
Tints of Mountain Meadow #08B785
RGB
CMYK
RGB Variations
Color information
#08B785 (or 0x08B785) is known color: Mountain Meadow. HEX triplet: 08, B7 and 85. RGB value is (8,183,133). Sum of RGB (Red+Green+Blue) = 8+183+133=324 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.47% from 324); Green value is 183 (71.88% from 255 or 56.48% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 183 - color contains mainly: green. Hex color #08B785 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B785 is #F7487A. Grayscale: #7D7D7D. Windows color (decimal): -16205947 or 8763144. OLE color: 8763144.
HSL color Cylindrical-coordinate representation of color #08B785: hue angle of 162.86º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B785 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 133 | - |
| CMYK | 0.96 | 0 | 0.27 | 0.28 |
| HSL | 162.86º | 0.92% | 0.37% | - |
| HSV(B) | 162.86º | 0.96% | 0.72% | - |
| XYZ | 21.27 | 35.61 | 27.94 | - |
| YUV | 124.98 | 132.52 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 133 | 0.96 | 0 | 0.27 | 0.28 | 162.86 | 0.92 | 0.37 |
| Hex | 8 | B7 | 85 | 60 | 0 | 1B | 1C | A3 | 5C | 25 |
| Octal | 10 | 267 | 205 | 140 | 0 | 33 | 34 | 243 | 134 | 45 |
| Binary | 1000 | 10110111 | 10000101 | 1100000 | 0 | 11011 | 11100 | 10100011 | 1011100 | 100101 |
Color Harmonies of #08B785
Complementary color
Monochromatic Colors of #08B785
Black with #08B785
Text Example
Text Example
White with #08B785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B785; }
p { color: rgb(8,183,133); }
H1.HeaderClassName
{
color: #08B785;
}
.AnyTagClassName
{
color: #08B785;
}
</style>
background-color css
<style>
a { background-color: #08B785; }
a { background-color: rgb(8,183,133); }
div.DivClassName
{
background-color: #08B785;
}
.BgClassName
{
background-color: #08B785;
}
</style>
border-color css
<style>
span { border-color: #08B785; }
span { border-color: rgb(8,183,133); }
td.TdClassName
{
border-color: #08B785;
}
.TagClassName
{
border-color: #08B785;
}
</style>