Shades of Dark Sea Green #97C68D
Tints of Dark Sea Green #97C68D
RGB
CMYK
RGB Variations
Color information
#97C68D (or 0x97C68D) is known color: Dark Sea Green. HEX triplet: 97, C6 and 8D. RGB value is (151,198,141). Sum of RGB (Red+Green+Blue) = 151+198+141=490 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.82% from 490); Green value is 198 (77.73% from 255 or 40.41% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 198 - color contains mainly: green. Hex color #97C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97C68D is #683972. Grayscale: #B1B1B1. Windows color (decimal): -6830451 or 9291415. OLE color: 9291415.
HSL color Cylindrical-coordinate representation of color #97C68D: hue angle of 109.47º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97C68D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 198 | 141 | - |
| CMYK | 0.24 | 0 | 0.29 | 0.22 |
| HSL | 109.47º | 0.33% | 0.66% | - |
| HSV(B) | 109.47º | 0.29% | 0.78% | - |
| XYZ | 37.76 | 48.89 | 32.65 | - |
| YUV | 177.45 | 107.43 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 198 | 141 | 0.24 | 0 | 0.29 | 0.22 | 109.47 | 0.33 | 0.66 |
| Hex | 97 | C6 | 8D | 18 | 0 | 1D | 16 | 6D | 21 | 42 |
| Octal | 227 | 306 | 215 | 30 | 0 | 35 | 26 | 155 | 41 | 102 |
| Binary | 10010111 | 11000110 | 10001101 | 11000 | 0 | 11101 | 10110 | 1101101 | 100001 | 1000010 |
Color Harmonies of #97C68D
Complementary color
Monochromatic Colors of #97C68D
Black with #97C68D
Text Example
Text Example
White with #97C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97C68D; }
p { color: rgb(151,198,141); }
H1.HeaderClassName
{
color: #97C68D;
}
.AnyTagClassName
{
color: #97C68D;
}
</style>
background-color css
<style>
a { background-color: #97C68D; }
a { background-color: rgb(151,198,141); }
div.DivClassName
{
background-color: #97C68D;
}
.BgClassName
{
background-color: #97C68D;
}
</style>
border-color css
<style>
span { border-color: #97C68D; }
span { border-color: rgb(151,198,141); }
td.TdClassName
{
border-color: #97C68D;
}
.TagClassName
{
border-color: #97C68D;
}
</style>