Shades of Summer Green #8DB695
Tints of Summer Green #8DB695
RGB
CMYK
RGB Variations
Color information
#8DB695 (or 0x8DB695) is known color: Summer Green. HEX triplet: 8D, B6 and 95. RGB value is (141,182,149). Sum of RGB (Red+Green+Blue) = 141+182+149=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #8DB695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DB695 is #72496A. Grayscale: #A6A6A6. Windows color (decimal): -7489899 or 9811597. OLE color: 9811597.
HSL color Cylindrical-coordinate representation of color #8DB695: hue angle of 131.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8DB695 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 182 | 149 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.29 |
| HSL | 131.71º | 0.22% | 0.63% | - |
| HSV(B) | 131.71º | 0.23% | 0.71% | - |
| XYZ | 33.14 | 41.29 | 34.66 | - |
| YUV | 165.98 | 118.42 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 182 | 149 | 0.23 | 0 | 0.18 | 0.29 | 131.71 | 0.22 | 0.63 |
| Hex | 8D | B6 | 95 | 17 | 0 | 12 | 1D | 84 | 16 | 3F |
| Octal | 215 | 266 | 225 | 27 | 0 | 22 | 35 | 204 | 26 | 77 |
| Binary | 10001101 | 10110110 | 10010101 | 10111 | 0 | 10010 | 11101 | 10000100 | 10110 | 111111 |
Color Harmonies of #8DB695
Complementary color
Monochromatic Colors of #8DB695
Black with #8DB695
Text Example
Text Example
White with #8DB695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB695; }
p { color: rgb(141,182,149); }
H1.HeaderClassName
{
color: #8DB695;
}
.AnyTagClassName
{
color: #8DB695;
}
</style>
background-color css
<style>
a { background-color: #8DB695; }
a { background-color: rgb(141,182,149); }
div.DivClassName
{
background-color: #8DB695;
}
.BgClassName
{
background-color: #8DB695;
}
</style>
border-color css
<style>
span { border-color: #8DB695; }
span { border-color: rgb(141,182,149); }
td.TdClassName
{
border-color: #8DB695;
}
.TagClassName
{
border-color: #8DB695;
}
</style>