Shades of Dark Sea Green #95B78E
Tints of Dark Sea Green #95B78E
RGB
CMYK
RGB Variations
Color information
#95B78E (or 0x95B78E) is known color: Dark Sea Green. HEX triplet: 95, B7 and 8E. RGB value is (149,183,142). Sum of RGB (Red+Green+Blue) = 149+183+142=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 142 (55.86% from 255 or 29.96% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #95B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B78E is #6A4871. Grayscale: #A8A8A8. Windows color (decimal): -6965362 or 9353109. OLE color: 9353109.
HSL color Cylindrical-coordinate representation of color #95B78E: hue angle of 109.76º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95B78E is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 183 | 142 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.28 |
| HSL | 109.76º | 0.22% | 0.64% | - |
| HSV(B) | 109.76º | 0.22% | 0.72% | - |
| XYZ | 34.21 | 42.21 | 31.94 | - |
| YUV | 168.16 | 113.24 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 183 | 142 | 0.19 | 0 | 0.22 | 0.28 | 109.76 | 0.22 | 0.64 |
| Hex | 95 | B7 | 8E | 13 | 0 | 16 | 1C | 6E | 16 | 40 |
| Octal | 225 | 267 | 216 | 23 | 0 | 26 | 34 | 156 | 26 | 100 |
| Binary | 10010101 | 10110111 | 10001110 | 10011 | 0 | 10110 | 11100 | 1101110 | 10110 | 1000000 |
Color Harmonies of #95B78E
Complementary color
Monochromatic Colors of #95B78E
Black with #95B78E
Text Example
Text Example
White with #95B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B78E; }
p { color: rgb(149,183,142); }
H1.HeaderClassName
{
color: #95B78E;
}
.AnyTagClassName
{
color: #95B78E;
}
</style>
background-color css
<style>
a { background-color: #95B78E; }
a { background-color: rgb(149,183,142); }
div.DivClassName
{
background-color: #95B78E;
}
.BgClassName
{
background-color: #95B78E;
}
</style>
border-color css
<style>
span { border-color: #95B78E; }
span { border-color: rgb(149,183,142); }
td.TdClassName
{
border-color: #95B78E;
}
.TagClassName
{
border-color: #95B78E;
}
</style>