Shades of Mountain Meadow #08C680
Tints of Mountain Meadow #08C680
RGB
CMYK
RGB Variations
Color information
#08C680 (or 0x08C680) is known color: Mountain Meadow. HEX triplet: 08, C6 and 80. RGB value is (8,198,128). Sum of RGB (Red+Green+Blue) = 8+198+128=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 198 (77.73% from 255 or 59.28% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 198 - color contains mainly: green. Hex color #08C680 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C680 is #F7397F. Grayscale: #858585. Windows color (decimal): -16202112 or 8439304. OLE color: 8439304.
HSL color Cylindrical-coordinate representation of color #08C680: hue angle of 157.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C680 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 198 | 128 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.22 |
| HSL | 157.89º | 0.92% | 0.4% | - |
| HSV(B) | 157.89º | 0.96% | 0.78% | - |
| XYZ | 24.19 | 42 | 27.25 | - |
| YUV | 133.21 | 125.05 | 38.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 198 | 128 | 0.96 | 0 | 0.35 | 0.22 | 157.89 | 0.92 | 0.4 |
| Hex | 8 | C6 | 80 | 60 | 0 | 23 | 16 | 9E | 5C | 28 |
| Octal | 10 | 306 | 200 | 140 | 0 | 43 | 26 | 236 | 134 | 50 |
| Binary | 1000 | 11000110 | 10000000 | 1100000 | 0 | 100011 | 10110 | 10011110 | 1011100 | 101000 |
Color Harmonies of #08C680
Complementary color
Monochromatic Colors of #08C680
Black with #08C680
Text Example
Text Example
White with #08C680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C680; }
p { color: rgb(8,198,128); }
H1.HeaderClassName
{
color: #08C680;
}
.AnyTagClassName
{
color: #08C680;
}
</style>
background-color css
<style>
a { background-color: #08C680; }
a { background-color: rgb(8,198,128); }
div.DivClassName
{
background-color: #08C680;
}
.BgClassName
{
background-color: #08C680;
}
</style>
border-color css
<style>
span { border-color: #08C680; }
span { border-color: rgb(8,198,128); }
td.TdClassName
{
border-color: #08C680;
}
.TagClassName
{
border-color: #08C680;
}
</style>