Shades of Dark Sea Green #96C797
Tints of Dark Sea Green #96C797
RGB
CMYK
RGB Variations
Color information
#96C797 (or 0x96C797) is known color: Dark Sea Green. HEX triplet: 96, C7 and 97. RGB value is (150,199,151). Sum of RGB (Red+Green+Blue) = 150+199+151=500 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30% from 500); Green value is 199 (78.12% from 255 or 39.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 199 - color contains mainly: green. Hex color #96C797 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C797 is #693868. Grayscale: #B3B3B3. Windows color (decimal): -6895721 or 9947030. OLE color: 9947030.
HSL color Cylindrical-coordinate representation of color #96C797: hue angle of 121.22º 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 #96C797 is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 151 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.22 |
| HSL | 121.22º | 0.3% | 0.68% | - |
| HSV(B) | 121.22º | 0.25% | 0.78% | - |
| XYZ | 38.59 | 49.57 | 36.81 | - |
| YUV | 178.88 | 112.27 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 151 | 0.25 | 0 | 0.24 | 0.22 | 121.22 | 0.3 | 0.68 |
| Hex | 96 | C7 | 97 | 19 | 0 | 18 | 16 | 79 | 1E | 44 |
| Octal | 226 | 307 | 227 | 31 | 0 | 30 | 26 | 171 | 36 | 104 |
| Binary | 10010110 | 11000111 | 10010111 | 11001 | 0 | 11000 | 10110 | 1111001 | 11110 | 1000100 |
Color Harmonies of #96C797
Complementary color
Monochromatic Colors of #96C797
Black with #96C797
Text Example
Text Example
White with #96C797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C797; }
p { color: rgb(150,199,151); }
H1.HeaderClassName
{
color: #96C797;
}
.AnyTagClassName
{
color: #96C797;
}
</style>
background-color css
<style>
a { background-color: #96C797; }
a { background-color: rgb(150,199,151); }
div.DivClassName
{
background-color: #96C797;
}
.BgClassName
{
background-color: #96C797;
}
</style>
border-color css
<style>
span { border-color: #96C797; }
span { border-color: rgb(150,199,151); }
td.TdClassName
{
border-color: #96C797;
}
.TagClassName
{
border-color: #96C797;
}
</style>