Shades of Dark Sea Green #97B69B
Tints of Dark Sea Green #97B69B
RGB
CMYK
RGB Variations
Color information
#97B69B (or 0x97B69B) is known color: Dark Sea Green. HEX triplet: 97, B6 and 9B. RGB value is (151,182,155). Sum of RGB (Red+Green+Blue) = 151+182+155=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #97B69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97B69B is #684964. Grayscale: #A9A9A9. Windows color (decimal): -6834533 or 10204823. OLE color: 10204823.
HSL color Cylindrical-coordinate representation of color #97B69B: hue angle of 127.74º degrees, saturation: 0.18, 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 #97B69B is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 151 | 182 | 155 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.29 |
| HSL | 127.74º | 0.18% | 0.65% | - |
| HSV(B) | 127.74º | 0.17% | 0.71% | - |
| XYZ | 35.41 | 42.4 | 37.33 | - |
| YUV | 169.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 182 | 155 | 0.17 | 0 | 0.15 | 0.29 | 127.74 | 0.18 | 0.65 |
| Hex | 97 | B6 | 9B | 11 | 0 | F | 1D | 80 | 12 | 41 |
| Octal | 227 | 266 | 233 | 21 | 0 | 17 | 35 | 200 | 22 | 101 |
| Binary | 10010111 | 10110110 | 10011011 | 10001 | 0 | 1111 | 11101 | 10000000 | 10010 | 1000001 |
Color Harmonies of #97B69B
Complementary color
Monochromatic Colors of #97B69B
Black with #97B69B
Text Example
Text Example
White with #97B69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97B69B; }
p { color: rgb(151,182,155); }
H1.HeaderClassName
{
color: #97B69B;
}
.AnyTagClassName
{
color: #97B69B;
}
</style>
background-color css
<style>
a { background-color: #97B69B; }
a { background-color: rgb(151,182,155); }
div.DivClassName
{
background-color: #97B69B;
}
.BgClassName
{
background-color: #97B69B;
}
</style>
border-color css
<style>
span { border-color: #97B69B; }
span { border-color: rgb(151,182,155); }
td.TdClassName
{
border-color: #97B69B;
}
.TagClassName
{
border-color: #97B69B;
}
</style>