Shades of Dark Sea Green #91B491
Tints of Dark Sea Green #91B491
RGB
CMYK
RGB Variations
Color information
#91B491 (or 0x91B491) is known color: Dark Sea Green. HEX triplet: 91, B4 and 91. RGB value is (145,180,145). Sum of RGB (Red+Green+Blue) = 145+180+145=470 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.85% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #91B491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B491 is #6E4B6E. Grayscale: #A5A5A5. Windows color (decimal): -7228271 or 9548945. OLE color: 9548945.
HSL color Cylindrical-coordinate representation of color #91B491: hue angle of 120º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91B491 is Cyan = 0.19, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 145 | - |
| CMYK | 0.19 | 0 | 0.19 | 0.29 |
| HSL | 120º | 0.19% | 0.64% | - |
| HSV(B) | 120º | 0.19% | 0.71% | - |
| XYZ | 33.11 | 40.71 | 32.9 | - |
| YUV | 165.55 | 116.4 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 145 | 0.19 | 0 | 0.19 | 0.29 | 120 | 0.19 | 0.64 |
| Hex | 91 | B4 | 91 | 13 | 0 | 13 | 1D | 78 | 13 | 40 |
| Octal | 221 | 264 | 221 | 23 | 0 | 23 | 35 | 170 | 23 | 100 |
| Binary | 10010001 | 10110100 | 10010001 | 10011 | 0 | 10011 | 11101 | 1111000 | 10011 | 1000000 |
Color Harmonies of #91B491
Complementary color
Monochromatic Colors of #91B491
Black with #91B491
Text Example
Text Example
White with #91B491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B491; }
p { color: rgb(145,180,145); }
H1.HeaderClassName
{
color: #91B491;
}
.AnyTagClassName
{
color: #91B491;
}
</style>
background-color css
<style>
a { background-color: #91B491; }
a { background-color: rgb(145,180,145); }
div.DivClassName
{
background-color: #91B491;
}
.BgClassName
{
background-color: #91B491;
}
</style>
border-color css
<style>
span { border-color: #91B491; }
span { border-color: rgb(145,180,145); }
td.TdClassName
{
border-color: #91B491;
}
.TagClassName
{
border-color: #91B491;
}
</style>