Shades of Dark Sea Green #96C78E
Tints of Dark Sea Green #96C78E
RGB
CMYK
RGB Variations
Color information
#96C78E (or 0x96C78E) is known color: Dark Sea Green. HEX triplet: 96, C7 and 8E. RGB value is (150,199,142). Sum of RGB (Red+Green+Blue) = 150+199+142=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 199 (78.12% from 255 or 40.53% from 491); Blue value is 142 (55.86% from 255 or 28.92% from 491); Max value from RGB is 199 - color contains mainly: green. Hex color #96C78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C78E is #693871. Grayscale: #B2B2B2. Windows color (decimal): -6895730 or 9357206. OLE color: 9357206.
HSL color Cylindrical-coordinate representation of color #96C78E: hue angle of 111.58º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96C78E is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 142 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.22 |
| HSL | 111.58º | 0.34% | 0.67% | - |
| HSV(B) | 111.58º | 0.29% | 0.78% | - |
| XYZ | 37.88 | 49.28 | 33.11 | - |
| YUV | 177.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 142 | 0.25 | 0 | 0.29 | 0.22 | 111.58 | 0.34 | 0.67 |
| Hex | 96 | C7 | 8E | 19 | 0 | 1D | 16 | 70 | 22 | 43 |
| Octal | 226 | 307 | 216 | 31 | 0 | 35 | 26 | 160 | 42 | 103 |
| Binary | 10010110 | 11000111 | 10001110 | 11001 | 0 | 11101 | 10110 | 1110000 | 100010 | 1000011 |
Color Harmonies of #96C78E
Complementary color
Monochromatic Colors of #96C78E
Black with #96C78E
Text Example
Text Example
White with #96C78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C78E; }
p { color: rgb(150,199,142); }
H1.HeaderClassName
{
color: #96C78E;
}
.AnyTagClassName
{
color: #96C78E;
}
</style>
background-color css
<style>
a { background-color: #96C78E; }
a { background-color: rgb(150,199,142); }
div.DivClassName
{
background-color: #96C78E;
}
.BgClassName
{
background-color: #96C78E;
}
</style>
border-color css
<style>
span { border-color: #96C78E; }
span { border-color: rgb(150,199,142); }
td.TdClassName
{
border-color: #96C78E;
}
.TagClassName
{
border-color: #96C78E;
}
</style>