Shades of Mountain Meadow #08B77D
Tints of Mountain Meadow #08B77D
RGB
CMYK
RGB Variations
Color information
#08B77D (or 0x08B77D) is known color: Mountain Meadow. HEX triplet: 08, B7 and 7D. RGB value is (8,183,125). Sum of RGB (Red+Green+Blue) = 8+183+125=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 183 (71.88% from 255 or 57.91% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 183 - color contains mainly: green. Hex color #08B77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08B77D is #F74882. Grayscale: #7C7C7C. Windows color (decimal): -16205955 or 8238856. OLE color: 8238856.
HSL color Cylindrical-coordinate representation of color #08B77D: hue angle of 160.11º 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 #08B77D is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 183 | 125 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.28 |
| HSL | 160.11º | 0.92% | 0.37% | - |
| HSV(B) | 160.11º | 0.96% | 0.72% | - |
| XYZ | 20.74 | 35.4 | 25.14 | - |
| YUV | 124.06 | 128.52 | 45.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 183 | 125 | 0.96 | 0 | 0.32 | 0.28 | 160.11 | 0.92 | 0.37 |
| Hex | 8 | B7 | 7D | 60 | 0 | 20 | 1C | A0 | 5C | 25 |
| Octal | 10 | 267 | 175 | 140 | 0 | 40 | 34 | 240 | 134 | 45 |
| Binary | 1000 | 10110111 | 1111101 | 1100000 | 0 | 100000 | 11100 | 10100000 | 1011100 | 100101 |
Color Harmonies of #08B77D
Complementary color
Monochromatic Colors of #08B77D
Black with #08B77D
Text Example
Text Example
White with #08B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B77D; }
p { color: rgb(8,183,125); }
H1.HeaderClassName
{
color: #08B77D;
}
.AnyTagClassName
{
color: #08B77D;
}
</style>
background-color css
<style>
a { background-color: #08B77D; }
a { background-color: rgb(8,183,125); }
div.DivClassName
{
background-color: #08B77D;
}
.BgClassName
{
background-color: #08B77D;
}
</style>
border-color css
<style>
span { border-color: #08B77D; }
span { border-color: rgb(8,183,125); }
td.TdClassName
{
border-color: #08B77D;
}
.TagClassName
{
border-color: #08B77D;
}
</style>