Shades of Dark Sea Green #91B48B
Tints of Dark Sea Green #91B48B
RGB
CMYK
RGB Variations
Color information
#91B48B (or 0x91B48B) is known color: Dark Sea Green. HEX triplet: 91, B4 and 8B. RGB value is (145,180,139). Sum of RGB (Red+Green+Blue) = 145+180+139=464 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.25% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 139 (54.69% from 255 or 29.96% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #91B48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #91B48B is #6E4B74. Grayscale: #A4A4A4. Windows color (decimal): -7228277 or 9155729. OLE color: 9155729.
HSL color Cylindrical-coordinate representation of color #91B48B: hue angle of 111.22º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91B48B is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 180 | 139 | - |
| CMYK | 0.19 | 0 | 0.23 | 0.29 |
| HSL | 111.22º | 0.21% | 0.63% | - |
| HSV(B) | 111.22º | 0.23% | 0.71% | - |
| XYZ | 32.66 | 40.53 | 30.53 | - |
| YUV | 164.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 139 | 0.19 | 0 | 0.23 | 0.29 | 111.22 | 0.21 | 0.63 |
| Hex | 91 | B4 | 8B | 13 | 0 | 17 | 1D | 6F | 15 | 3F |
| Octal | 221 | 264 | 213 | 23 | 0 | 27 | 35 | 157 | 25 | 77 |
| Binary | 10010001 | 10110100 | 10001011 | 10011 | 0 | 10111 | 11101 | 1101111 | 10101 | 111111 |
Color Harmonies of #91B48B
Complementary color
Monochromatic Colors of #91B48B
Black with #91B48B
Text Example
Text Example
White with #91B48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B48B; }
p { color: rgb(145,180,139); }
H1.HeaderClassName
{
color: #91B48B;
}
.AnyTagClassName
{
color: #91B48B;
}
</style>
background-color css
<style>
a { background-color: #91B48B; }
a { background-color: rgb(145,180,139); }
div.DivClassName
{
background-color: #91B48B;
}
.BgClassName
{
background-color: #91B48B;
}
</style>
border-color css
<style>
span { border-color: #91B48B; }
span { border-color: rgb(145,180,139); }
td.TdClassName
{
border-color: #91B48B;
}
.TagClassName
{
border-color: #91B48B;
}
</style>