Shades of Dark Sea Green #81B381
Tints of Dark Sea Green #81B381
RGB
CMYK
RGB Variations
Color information
#81B381 (or 0x81B381) is known color: Dark Sea Green. HEX triplet: 81, B3 and 81. RGB value is (129,179,129). Sum of RGB (Red+Green+Blue) = 129+179+129=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #81B381 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B381 is #7E4C7E. Grayscale: #9E9E9E. Windows color (decimal): -8277119 or 8500097. OLE color: 8500097.
HSL color Cylindrical-coordinate representation of color #81B381: hue angle of 120º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #81B381 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 179 | 129 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.30 |
| HSL | 120º | 0.25% | 0.6% | - |
| HSV(B) | 120º | 0.28% | 0.7% | - |
| XYZ | 29.14 | 38.49 | 26.66 | - |
| YUV | 158.35 | 111.44 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 179 | 129 | 0.28 | 0 | 0.28 | 0.30 | 120 | 0.25 | 0.6 |
| Hex | 81 | B3 | 81 | 1C | 0 | 1C | 1E | 78 | 19 | 3C |
| Octal | 201 | 263 | 201 | 34 | 0 | 34 | 36 | 170 | 31 | 74 |
| Binary | 10000001 | 10110011 | 10000001 | 11100 | 0 | 11100 | 11110 | 1111000 | 11001 | 111100 |
Color Harmonies of #81B381
Complementary color
Monochromatic Colors of #81B381
Black with #81B381
Text Example
Text Example
White with #81B381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B381; }
p { color: rgb(129,179,129); }
H1.HeaderClassName
{
color: #81B381;
}
.AnyTagClassName
{
color: #81B381;
}
</style>
background-color css
<style>
a { background-color: #81B381; }
a { background-color: rgb(129,179,129); }
div.DivClassName
{
background-color: #81B381;
}
.BgClassName
{
background-color: #81B381;
}
</style>
border-color css
<style>
span { border-color: #81B381; }
span { border-color: rgb(129,179,129); }
td.TdClassName
{
border-color: #81B381;
}
.TagClassName
{
border-color: #81B381;
}
</style>