Shades of Dark Sea Green #96C792
Tints of Dark Sea Green #96C792
RGB
CMYK
RGB Variations
Color information
#96C792 (or 0x96C792) is known color: Dark Sea Green. HEX triplet: 96, C7 and 92. RGB value is (150,199,146). Sum of RGB (Red+Green+Blue) = 150+199+146=495 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.30% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 146 (57.42% from 255 or 29.49% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #96C792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96C792 is #69386D. Grayscale: #B2B2B2. Windows color (decimal): -6895726 or 9619350. OLE color: 9619350.
HSL color Cylindrical-coordinate representation of color #96C792: hue angle of 115.47º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96C792 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 150 | 199 | 146 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.22 |
| HSL | 115.47º | 0.32% | 0.68% | - |
| HSV(B) | 115.47º | 0.27% | 0.78% | - |
| XYZ | 38.19 | 49.41 | 34.72 | - |
| YUV | 178.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 199 | 146 | 0.25 | 0 | 0.27 | 0.22 | 115.47 | 0.32 | 0.68 |
| Hex | 96 | C7 | 92 | 19 | 0 | 1B | 16 | 73 | 20 | 44 |
| Octal | 226 | 307 | 222 | 31 | 0 | 33 | 26 | 163 | 40 | 104 |
| Binary | 10010110 | 11000111 | 10010010 | 11001 | 0 | 11011 | 10110 | 1110011 | 100000 | 1000100 |
Color Harmonies of #96C792
Complementary color
Monochromatic Colors of #96C792
Black with #96C792
Text Example
Text Example
White with #96C792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96C792; }
p { color: rgb(150,199,146); }
H1.HeaderClassName
{
color: #96C792;
}
.AnyTagClassName
{
color: #96C792;
}
</style>
background-color css
<style>
a { background-color: #96C792; }
a { background-color: rgb(150,199,146); }
div.DivClassName
{
background-color: #96C792;
}
.BgClassName
{
background-color: #96C792;
}
</style>
border-color css
<style>
span { border-color: #96C792; }
span { border-color: rgb(150,199,146); }
td.TdClassName
{
border-color: #96C792;
}
.TagClassName
{
border-color: #96C792;
}
</style>