Shades of Dark Sea Green #93C68D
Tints of Dark Sea Green #93C68D
RGB
CMYK
RGB Variations
Color information
#93C68D (or 0x93C68D) is known color: Dark Sea Green. HEX triplet: 93, C6 and 8D. RGB value is (147,198,141). Sum of RGB (Red+Green+Blue) = 147+198+141=486 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.25% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #93C68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #93C68D is #6C3972. Grayscale: #B0B0B0. Windows color (decimal): -7092595 or 9291411. OLE color: 9291411.
HSL color Cylindrical-coordinate representation of color #93C68D: hue angle of 113.68º 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 #93C68D is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 198 | 141 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.22 |
| HSL | 113.68º | 0.33% | 0.66% | - |
| HSV(B) | 113.68º | 0.29% | 0.78% | - |
| XYZ | 37.03 | 48.51 | 32.61 | - |
| YUV | 176.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 198 | 141 | 0.26 | 0 | 0.29 | 0.22 | 113.68 | 0.33 | 0.66 |
| Hex | 93 | C6 | 8D | 1A | 0 | 1D | 16 | 72 | 21 | 42 |
| Octal | 223 | 306 | 215 | 32 | 0 | 35 | 26 | 162 | 41 | 102 |
| Binary | 10010011 | 11000110 | 10001101 | 11010 | 0 | 11101 | 10110 | 1110010 | 100001 | 1000010 |
Color Harmonies of #93C68D
Complementary color
Monochromatic Colors of #93C68D
Black with #93C68D
Text Example
Text Example
White with #93C68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93C68D; }
p { color: rgb(147,198,141); }
H1.HeaderClassName
{
color: #93C68D;
}
.AnyTagClassName
{
color: #93C68D;
}
</style>
background-color css
<style>
a { background-color: #93C68D; }
a { background-color: rgb(147,198,141); }
div.DivClassName
{
background-color: #93C68D;
}
.BgClassName
{
background-color: #93C68D;
}
</style>
border-color css
<style>
span { border-color: #93C68D; }
span { border-color: rgb(147,198,141); }
td.TdClassName
{
border-color: #93C68D;
}
.TagClassName
{
border-color: #93C68D;
}
</style>