Shades of Dark Sea Green #96B59A
Tints of Dark Sea Green #96B59A
RGB
CMYK
RGB Variations
Color information
#96B59A (or 0x96B59A) is known color: Dark Sea Green. HEX triplet: 96, B5 and 9A. RGB value is (150,181,154). Sum of RGB (Red+Green+Blue) = 150+181+154=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 181 - color contains mainly: green. Hex color #96B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B59A is #694A65. Grayscale: #A8A8A8. Windows color (decimal): -6900326 or 10139030. OLE color: 10139030.
HSL color Cylindrical-coordinate representation of color #96B59A: hue angle of 127.74º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96B59A is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 181 | 154 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.29 |
| HSL | 127.74º | 0.17% | 0.65% | - |
| HSV(B) | 127.74º | 0.17% | 0.71% | - |
| XYZ | 34.93 | 41.86 | 36.81 | - |
| YUV | 168.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 181 | 154 | 0.17 | 0 | 0.15 | 0.29 | 127.74 | 0.17 | 0.65 |
| Hex | 96 | B5 | 9A | 11 | 0 | F | 1D | 80 | 11 | 41 |
| Octal | 226 | 265 | 232 | 21 | 0 | 17 | 35 | 200 | 21 | 101 |
| Binary | 10010110 | 10110101 | 10011010 | 10001 | 0 | 1111 | 11101 | 10000000 | 10001 | 1000001 |
Color Harmonies of #96B59A
Complementary color
Monochromatic Colors of #96B59A
Black with #96B59A
Text Example
Text Example
White with #96B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B59A; }
p { color: rgb(150,181,154); }
H1.HeaderClassName
{
color: #96B59A;
}
.AnyTagClassName
{
color: #96B59A;
}
</style>
background-color css
<style>
a { background-color: #96B59A; }
a { background-color: rgb(150,181,154); }
div.DivClassName
{
background-color: #96B59A;
}
.BgClassName
{
background-color: #96B59A;
}
</style>
border-color css
<style>
span { border-color: #96B59A; }
span { border-color: rgb(150,181,154); }
td.TdClassName
{
border-color: #96B59A;
}
.TagClassName
{
border-color: #96B59A;
}
</style>