Shades of Dark Sea Green #96C79A
Tints of Dark Sea Green #96C79A
RGB
CMYK
RGB Variations
Color information
#96C79A (or 0x96C79A) is known color: Dark Sea Green. HEX triplet: 96, C7 and 9A. RGB value is (150,199,154). Sum of RGB (Red+Green+Blue) = 150+199+154=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 199 - color contains mainly: green. Hex color #96C79A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C79A is #693865. Grayscale: #B3B3B3. Windows color (decimal): -6895718 or 10143638. OLE color: 10143638.
HSL color Cylindrical-coordinate representation of color #96C79A: hue angle of 124.9º 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 #96C79A is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 154 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.22 |
| HSL | 124.9º | 0.3% | 0.68% | - |
| HSV(B) | 124.9º | 0.25% | 0.78% | - |
| XYZ | 38.83 | 49.66 | 38.11 | - |
| YUV | 179.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 154 | 0.25 | 0 | 0.23 | 0.22 | 124.9 | 0.3 | 0.68 |
| Hex | 96 | C7 | 9A | 19 | 0 | 17 | 16 | 7D | 1E | 44 |
| Octal | 226 | 307 | 232 | 31 | 0 | 27 | 26 | 175 | 36 | 104 |
| Binary | 10010110 | 11000111 | 10011010 | 11001 | 0 | 10111 | 10110 | 1111101 | 11110 | 1000100 |
Color Harmonies of #96C79A
Complementary color
Monochromatic Colors of #96C79A
Black with #96C79A
Text Example
Text Example
White with #96C79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C79A; }
p { color: rgb(150,199,154); }
H1.HeaderClassName
{
color: #96C79A;
}
.AnyTagClassName
{
color: #96C79A;
}
</style>
background-color css
<style>
a { background-color: #96C79A; }
a { background-color: rgb(150,199,154); }
div.DivClassName
{
background-color: #96C79A;
}
.BgClassName
{
background-color: #96C79A;
}
</style>
border-color css
<style>
span { border-color: #96C79A; }
span { border-color: rgb(150,199,154); }
td.TdClassName
{
border-color: #96C79A;
}
.TagClassName
{
border-color: #96C79A;
}
</style>