Shades of Dark Sea Green #96B691
Tints of Dark Sea Green #96B691
RGB
CMYK
RGB Variations
Color information
#96B691 (or 0x96B691) is known color: Dark Sea Green. HEX triplet: 96, B6 and 91. RGB value is (150,182,145). Sum of RGB (Red+Green+Blue) = 150+182+145=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 182 (71.48% from 255 or 38.16% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 182 - color contains mainly: green. Hex color #96B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B691 is #69496E. Grayscale: #A8A8A8. Windows color (decimal): -6900079 or 9549462. OLE color: 9549462.
HSL color Cylindrical-coordinate representation of color #96B691: hue angle of 111.89º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96B691 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 182 | 145 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.29 |
| HSL | 111.89º | 0.2% | 0.64% | - |
| HSV(B) | 111.89º | 0.2% | 0.71% | - |
| XYZ | 34.42 | 41.98 | 33.08 | - |
| YUV | 168.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 182 | 145 | 0.18 | 0 | 0.20 | 0.29 | 111.89 | 0.2 | 0.64 |
| Hex | 96 | B6 | 91 | 12 | 0 | 14 | 1D | 70 | 14 | 40 |
| Octal | 226 | 266 | 221 | 22 | 0 | 24 | 35 | 160 | 24 | 100 |
| Binary | 10010110 | 10110110 | 10010001 | 10010 | 0 | 10100 | 11101 | 1110000 | 10100 | 1000000 |
Color Harmonies of #96B691
Complementary color
Monochromatic Colors of #96B691
Black with #96B691
Text Example
Text Example
White with #96B691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B691; }
p { color: rgb(150,182,145); }
H1.HeaderClassName
{
color: #96B691;
}
.AnyTagClassName
{
color: #96B691;
}
</style>
background-color css
<style>
a { background-color: #96B691; }
a { background-color: rgb(150,182,145); }
div.DivClassName
{
background-color: #96B691;
}
.BgClassName
{
background-color: #96B691;
}
</style>
border-color css
<style>
span { border-color: #96B691; }
span { border-color: rgb(150,182,145); }
td.TdClassName
{
border-color: #96B691;
}
.TagClassName
{
border-color: #96B691;
}
</style>