Shades of Summer Green #95B69E
Tints of Summer Green #95B69E
RGB
CMYK
RGB Variations
Color information
#95B69E (or 0x95B69E) is known color: Summer Green. HEX triplet: 95, B6 and 9E. RGB value is (149,182,158). Sum of RGB (Red+Green+Blue) = 149+182+158=489 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.47% from 489); Green value is 182 (71.48% from 255 or 37.22% from 489); Blue value is 158 (62.11% from 255 or 32.31% from 489); Max value from RGB is 182 - color contains mainly: green. Hex color #95B69E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B69E is #6A4961. Grayscale: #A9A9A9. Windows color (decimal): -6965602 or 10401429. OLE color: 10401429.
HSL color Cylindrical-coordinate representation of color #95B69E: hue angle of 136.36º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95B69E is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 182 | 158 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.29 |
| HSL | 136.36º | 0.18% | 0.65% | - |
| HSV(B) | 136.36º | 0.18% | 0.71% | - |
| XYZ | 35.29 | 42.31 | 38.66 | - |
| YUV | 169.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 182 | 158 | 0.18 | 0 | 0.13 | 0.29 | 136.36 | 0.18 | 0.65 |
| Hex | 95 | B6 | 9E | 12 | 0 | D | 1D | 88 | 12 | 41 |
| Octal | 225 | 266 | 236 | 22 | 0 | 15 | 35 | 210 | 22 | 101 |
| Binary | 10010101 | 10110110 | 10011110 | 10010 | 0 | 1101 | 11101 | 10001000 | 10010 | 1000001 |
Color Harmonies of #95B69E
Complementary color
Monochromatic Colors of #95B69E
Black with #95B69E
Text Example
Text Example
White with #95B69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B69E; }
p { color: rgb(149,182,158); }
H1.HeaderClassName
{
color: #95B69E;
}
.AnyTagClassName
{
color: #95B69E;
}
</style>
background-color css
<style>
a { background-color: #95B69E; }
a { background-color: rgb(149,182,158); }
div.DivClassName
{
background-color: #95B69E;
}
.BgClassName
{
background-color: #95B69E;
}
</style>
border-color css
<style>
span { border-color: #95B69E; }
span { border-color: rgb(149,182,158); }
td.TdClassName
{
border-color: #95B69E;
}
.TagClassName
{
border-color: #95B69E;
}
</style>