Shades of Mountain Meadow #08B78C
Tints of Mountain Meadow #08B78C
RGB
CMYK
RGB Variations
Color information
#08B78C (or 0x08B78C) is known color: Mountain Meadow. HEX triplet: 08, B7 and 8C. RGB value is (8,183,140). Sum of RGB (Red+Green+Blue) = 8+183+140=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 183 (71.88% from 255 or 55.29% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 183 - color contains mainly: green. Hex color #08B78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B78C is #F74873. Grayscale: #7D7D7D. Windows color (decimal): -16205940 or 9221896. OLE color: 9221896.
HSL color Cylindrical-coordinate representation of color #08B78C: hue angle of 165.26º 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 #08B78C is Cyan = 0.96, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 140 | - |
| CMYK | 0.96 | 0 | 0.23 | 0.28 |
| HSL | 165.26º | 0.92% | 0.37% | - |
| HSV(B) | 165.26º | 0.96% | 0.72% | - |
| XYZ | 21.77 | 35.81 | 30.58 | - |
| YUV | 125.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 140 | 0.96 | 0 | 0.23 | 0.28 | 165.26 | 0.92 | 0.37 |
| Hex | 8 | B7 | 8C | 60 | 0 | 17 | 1C | A5 | 5C | 25 |
| Octal | 10 | 267 | 214 | 140 | 0 | 27 | 34 | 245 | 134 | 45 |
| Binary | 1000 | 10110111 | 10001100 | 1100000 | 0 | 10111 | 11100 | 10100101 | 1011100 | 100101 |
Color Harmonies of #08B78C
Complementary color
Monochromatic Colors of #08B78C
Black with #08B78C
Text Example
Text Example
White with #08B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B78C; }
p { color: rgb(8,183,140); }
H1.HeaderClassName
{
color: #08B78C;
}
.AnyTagClassName
{
color: #08B78C;
}
</style>
background-color css
<style>
a { background-color: #08B78C; }
a { background-color: rgb(8,183,140); }
div.DivClassName
{
background-color: #08B78C;
}
.BgClassName
{
background-color: #08B78C;
}
</style>
border-color css
<style>
span { border-color: #08B78C; }
span { border-color: rgb(8,183,140); }
td.TdClassName
{
border-color: #08B78C;
}
.TagClassName
{
border-color: #08B78C;
}
</style>