Shades of Dark Sea Green #96C78C
Tints of Dark Sea Green #96C78C
RGB
CMYK
RGB Variations
Color information
#96C78C (or 0x96C78C) is known color: Dark Sea Green. HEX triplet: 96, C7 and 8C. RGB value is (150,199,140). Sum of RGB (Red+Green+Blue) = 150+199+140=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 199 (78.12% from 255 or 40.70% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 199 - color contains mainly: green. Hex color #96C78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C78C is #693873. Grayscale: #B1B1B1. Windows color (decimal): -6895732 or 9226134. OLE color: 9226134.
HSL color Cylindrical-coordinate representation of color #96C78C: hue angle of 109.83º degrees, saturation: 0.35, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96C78C is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 140 | - |
| CMYK | 0.25 | 0 | 0.30 | 0.22 |
| HSL | 109.83º | 0.35% | 0.66% | - |
| HSV(B) | 109.83º | 0.3% | 0.78% | - |
| XYZ | 37.73 | 49.22 | 32.32 | - |
| YUV | 177.62 | 106.77 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 140 | 0.25 | 0 | 0.30 | 0.22 | 109.83 | 0.35 | 0.66 |
| Hex | 96 | C7 | 8C | 19 | 0 | 1E | 16 | 6E | 23 | 42 |
| Octal | 226 | 307 | 214 | 31 | 0 | 36 | 26 | 156 | 43 | 102 |
| Binary | 10010110 | 11000111 | 10001100 | 11001 | 0 | 11110 | 10110 | 1101110 | 100011 | 1000010 |
Color Harmonies of #96C78C
Complementary color
Monochromatic Colors of #96C78C
Black with #96C78C
Text Example
Text Example
White with #96C78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C78C; }
p { color: rgb(150,199,140); }
H1.HeaderClassName
{
color: #96C78C;
}
.AnyTagClassName
{
color: #96C78C;
}
</style>
background-color css
<style>
a { background-color: #96C78C; }
a { background-color: rgb(150,199,140); }
div.DivClassName
{
background-color: #96C78C;
}
.BgClassName
{
background-color: #96C78C;
}
</style>
border-color css
<style>
span { border-color: #96C78C; }
span { border-color: rgb(150,199,140); }
td.TdClassName
{
border-color: #96C78C;
}
.TagClassName
{
border-color: #96C78C;
}
</style>