Shades of Dark Sea Green #94B791
Tints of Dark Sea Green #94B791
RGB
CMYK
RGB Variations
Color information
#94B791 (or 0x94B791) is known color: Dark Sea Green. HEX triplet: 94, B7 and 91. RGB value is (148,183,145). Sum of RGB (Red+Green+Blue) = 148+183+145=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 145 (57.03% from 255 or 30.46% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #94B791 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B791 is #6B486E. Grayscale: #A8A8A8. Windows color (decimal): -7030895 or 9549716. OLE color: 9549716.
HSL color Cylindrical-coordinate representation of color #94B791: hue angle of 115.26º 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 #94B791 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 148 | 183 | 145 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.28 |
| HSL | 115.26º | 0.21% | 0.64% | - |
| HSV(B) | 115.26º | 0.21% | 0.72% | - |
| XYZ | 34.26 | 42.21 | 33.13 | - |
| YUV | 168.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 183 | 145 | 0.19 | 0 | 0.21 | 0.28 | 115.26 | 0.21 | 0.64 |
| Hex | 94 | B7 | 91 | 13 | 0 | 15 | 1C | 73 | 15 | 40 |
| Octal | 224 | 267 | 221 | 23 | 0 | 25 | 34 | 163 | 25 | 100 |
| Binary | 10010100 | 10110111 | 10010001 | 10011 | 0 | 10101 | 11100 | 1110011 | 10101 | 1000000 |
Color Harmonies of #94B791
Complementary color
Monochromatic Colors of #94B791
Black with #94B791
Text Example
Text Example
White with #94B791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94B791; }
p { color: rgb(148,183,145); }
H1.HeaderClassName
{
color: #94B791;
}
.AnyTagClassName
{
color: #94B791;
}
</style>
background-color css
<style>
a { background-color: #94B791; }
a { background-color: rgb(148,183,145); }
div.DivClassName
{
background-color: #94B791;
}
.BgClassName
{
background-color: #94B791;
}
</style>
border-color css
<style>
span { border-color: #94B791; }
span { border-color: rgb(148,183,145); }
td.TdClassName
{
border-color: #94B791;
}
.TagClassName
{
border-color: #94B791;
}
</style>