Shades of Dark Sea Green #81B47C
Tints of Dark Sea Green #81B47C
RGB
CMYK
RGB Variations
Color information
#81B47C (or 0x81B47C) is known color: Dark Sea Green. HEX triplet: 81, B4 and 7C. RGB value is (129,180,124). Sum of RGB (Red+Green+Blue) = 129+180+124=433 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.79% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #81B47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #81B47C is #7E4B83. Grayscale: #9E9E9E. Windows color (decimal): -8276868 or 8172673. OLE color: 8172673.
HSL color Cylindrical-coordinate representation of color #81B47C: hue angle of 114.64º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #81B47C is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 180 | 124 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.29 |
| HSL | 114.64º | 0.27% | 0.6% | - |
| HSV(B) | 114.64º | 0.31% | 0.71% | - |
| XYZ | 29.01 | 38.76 | 25.02 | - |
| YUV | 158.37 | 108.6 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 180 | 124 | 0.28 | 0 | 0.31 | 0.29 | 114.64 | 0.27 | 0.6 |
| Hex | 81 | B4 | 7C | 1C | 0 | 1F | 1D | 73 | 1B | 3C |
| Octal | 201 | 264 | 174 | 34 | 0 | 37 | 35 | 163 | 33 | 74 |
| Binary | 10000001 | 10110100 | 1111100 | 11100 | 0 | 11111 | 11101 | 1110011 | 11011 | 111100 |
Color Harmonies of #81B47C
Complementary color
Monochromatic Colors of #81B47C
Black with #81B47C
Text Example
Text Example
White with #81B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B47C; }
p { color: rgb(129,180,124); }
H1.HeaderClassName
{
color: #81B47C;
}
.AnyTagClassName
{
color: #81B47C;
}
</style>
background-color css
<style>
a { background-color: #81B47C; }
a { background-color: rgb(129,180,124); }
div.DivClassName
{
background-color: #81B47C;
}
.BgClassName
{
background-color: #81B47C;
}
</style>
border-color css
<style>
span { border-color: #81B47C; }
span { border-color: rgb(129,180,124); }
td.TdClassName
{
border-color: #81B47C;
}
.TagClassName
{
border-color: #81B47C;
}
</style>