Shades of Dark Sea Green #91BD85
Tints of Dark Sea Green #91BD85
RGB
CMYK
RGB Variations
Color information
#91BD85 (or 0x91BD85) is known color: Dark Sea Green. HEX triplet: 91, BD and 85. RGB value is (145,189,133). Sum of RGB (Red+Green+Blue) = 145+189+133=467 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.05% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 189 - color contains mainly: green. Hex color #91BD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91BD85 is #6E427A. Grayscale: #A9A9A9. Windows color (decimal): -7225979 or 8764817. OLE color: 8764817.
HSL color Cylindrical-coordinate representation of color #91BD85: hue angle of 107.14º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #91BD85 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 189 | 133 | - |
| CMYK | 0.23 | 0 | 0.30 | 0.26 |
| HSL | 107.14º | 0.3% | 0.63% | - |
| HSV(B) | 107.14º | 0.3% | 0.74% | - |
| XYZ | 34.11 | 44.11 | 28.91 | - |
| YUV | 169.46 | 107.42 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 189 | 133 | 0.23 | 0 | 0.30 | 0.26 | 107.14 | 0.3 | 0.63 |
| Hex | 91 | BD | 85 | 17 | 0 | 1E | 1A | 6B | 1E | 3F |
| Octal | 221 | 275 | 205 | 27 | 0 | 36 | 32 | 153 | 36 | 77 |
| Binary | 10010001 | 10111101 | 10000101 | 10111 | 0 | 11110 | 11010 | 1101011 | 11110 | 111111 |
Color Harmonies of #91BD85
Complementary color
Monochromatic Colors of #91BD85
Black with #91BD85
Text Example
Text Example
White with #91BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BD85; }
p { color: rgb(145,189,133); }
H1.HeaderClassName
{
color: #91BD85;
}
.AnyTagClassName
{
color: #91BD85;
}
</style>
background-color css
<style>
a { background-color: #91BD85; }
a { background-color: rgb(145,189,133); }
div.DivClassName
{
background-color: #91BD85;
}
.BgClassName
{
background-color: #91BD85;
}
</style>
border-color css
<style>
span { border-color: #91BD85; }
span { border-color: rgb(145,189,133); }
td.TdClassName
{
border-color: #91BD85;
}
.TagClassName
{
border-color: #91BD85;
}
</style>