Shades of Dark Sea Green #94B790
Tints of Dark Sea Green #94B790
RGB
CMYK
RGB Variations
Color information
#94B790 (or 0x94B790) is known color: Dark Sea Green. HEX triplet: 94, B7 and 90. RGB value is (148,183,144). Sum of RGB (Red+Green+Blue) = 148+183+144=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #94B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B790 is #6B486F. Grayscale: #A8A8A8. Windows color (decimal): -7030896 or 9484180. OLE color: 9484180.
HSL color Cylindrical-coordinate representation of color #94B790: hue angle of 113.85º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94B790 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 144 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.28 |
| HSL | 113.85º | 0.21% | 0.64% | - |
| HSV(B) | 113.85º | 0.21% | 0.72% | - |
| XYZ | 34.18 | 42.18 | 32.72 | - |
| YUV | 168.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 144 | 0.19 | 0 | 0.21 | 0.28 | 113.85 | 0.21 | 0.64 |
| Hex | 94 | B7 | 90 | 13 | 0 | 15 | 1C | 72 | 15 | 40 |
| Octal | 224 | 267 | 220 | 23 | 0 | 25 | 34 | 162 | 25 | 100 |
| Binary | 10010100 | 10110111 | 10010000 | 10011 | 0 | 10101 | 11100 | 1110010 | 10101 | 1000000 |
Color Harmonies of #94B790
Complementary color
Monochromatic Colors of #94B790
Black with #94B790
Text Example
Text Example
White with #94B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B790; }
p { color: rgb(148,183,144); }
H1.HeaderClassName
{
color: #94B790;
}
.AnyTagClassName
{
color: #94B790;
}
</style>
background-color css
<style>
a { background-color: #94B790; }
a { background-color: rgb(148,183,144); }
div.DivClassName
{
background-color: #94B790;
}
.BgClassName
{
background-color: #94B790;
}
</style>
border-color css
<style>
span { border-color: #94B790; }
span { border-color: rgb(148,183,144); }
td.TdClassName
{
border-color: #94B790;
}
.TagClassName
{
border-color: #94B790;
}
</style>