Shades of Dark Sea Green #96C796
Tints of Dark Sea Green #96C796
RGB
CMYK
RGB Variations
Color information
#96C796 (or 0x96C796) is known color: Dark Sea Green. HEX triplet: 96, C7 and 96. RGB value is (150,199,150). Sum of RGB (Red+Green+Blue) = 150+199+150=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 199 (78.12% from 255 or 39.88% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 199 - color contains mainly: green. Hex color #96C796 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C796 is #693869. Grayscale: #B2B2B2. Windows color (decimal): -6895722 or 9881494. OLE color: 9881494.
HSL color Cylindrical-coordinate representation of color #96C796: hue angle of 120º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96C796 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 150 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.22 |
| HSL | 120º | 0.3% | 0.68% | - |
| HSV(B) | 120º | 0.25% | 0.78% | - |
| XYZ | 38.51 | 49.53 | 36.39 | - |
| YUV | 178.76 | 111.77 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 150 | 0.25 | 0 | 0.25 | 0.22 | 120 | 0.3 | 0.68 |
| Hex | 96 | C7 | 96 | 19 | 0 | 19 | 16 | 78 | 1E | 44 |
| Octal | 226 | 307 | 226 | 31 | 0 | 31 | 26 | 170 | 36 | 104 |
| Binary | 10010110 | 11000111 | 10010110 | 11001 | 0 | 11001 | 10110 | 1111000 | 11110 | 1000100 |
Color Harmonies of #96C796
Complementary color
Monochromatic Colors of #96C796
Black with #96C796
Text Example
Text Example
White with #96C796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C796; }
p { color: rgb(150,199,150); }
H1.HeaderClassName
{
color: #96C796;
}
.AnyTagClassName
{
color: #96C796;
}
</style>
background-color css
<style>
a { background-color: #96C796; }
a { background-color: rgb(150,199,150); }
div.DivClassName
{
background-color: #96C796;
}
.BgClassName
{
background-color: #96C796;
}
</style>
border-color css
<style>
span { border-color: #96C796; }
span { border-color: rgb(150,199,150); }
td.TdClassName
{
border-color: #96C796;
}
.TagClassName
{
border-color: #96C796;
}
</style>