Shades of Summer Green #96B09F
Tints of Summer Green #96B09F
RGB
CMYK
RGB Variations
Color information
#96B09F (or 0x96B09F) is known color: Summer Green. HEX triplet: 96, B0 and 9F. RGB value is (150,176,159). Sum of RGB (Red+Green+Blue) = 150+176+159=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 159 (62.5% from 255 or 32.78% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #96B09F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96B09F is #694F60. Grayscale: #A6A6A6. Windows color (decimal): -6901601 or 10465430. OLE color: 10465430.
HSL color Cylindrical-coordinate representation of color #96B09F: hue angle of 140.77º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96B09F is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 176 | 159 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.31 |
| HSL | 140.77º | 0.14% | 0.64% | - |
| HSV(B) | 140.77º | 0.15% | 0.69% | - |
| XYZ | 34.36 | 40.04 | 38.72 | - |
| YUV | 166.29 | 123.89 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 176 | 159 | 0.15 | 0 | 0.10 | 0.31 | 140.77 | 0.14 | 0.64 |
| Hex | 96 | B0 | 9F | F | 0 | A | 1F | 8D | E | 40 |
| Octal | 226 | 260 | 237 | 17 | 0 | 12 | 37 | 215 | 16 | 100 |
| Binary | 10010110 | 10110000 | 10011111 | 1111 | 0 | 1010 | 11111 | 10001101 | 1110 | 1000000 |
Color Harmonies of #96B09F
Complementary color
Monochromatic Colors of #96B09F
Black with #96B09F
Text Example
Text Example
White with #96B09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96B09F; }
p { color: rgb(150,176,159); }
H1.HeaderClassName
{
color: #96B09F;
}
.AnyTagClassName
{
color: #96B09F;
}
</style>
background-color css
<style>
a { background-color: #96B09F; }
a { background-color: rgb(150,176,159); }
div.DivClassName
{
background-color: #96B09F;
}
.BgClassName
{
background-color: #96B09F;
}
</style>
border-color css
<style>
span { border-color: #96B09F; }
span { border-color: rgb(150,176,159); }
td.TdClassName
{
border-color: #96B09F;
}
.TagClassName
{
border-color: #96B09F;
}
</style>