Shades of Dark Sea Green #84B07F
Tints of Dark Sea Green #84B07F
RGB
CMYK
RGB Variations
Color information
#84B07F (or 0x84B07F) is known color: Dark Sea Green. HEX triplet: 84, B0 and 7F. RGB value is (132,176,127). Sum of RGB (Red+Green+Blue) = 132+176+127=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #84B07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84B07F is #7B4F80. Grayscale: #9D9D9D. Windows color (decimal): -8081281 or 8368260. OLE color: 8368260.
HSL color Cylindrical-coordinate representation of color #84B07F: hue angle of 113.88º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84B07F is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 176 | 127 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.31 |
| HSL | 113.88º | 0.24% | 0.59% | - |
| HSV(B) | 113.88º | 0.28% | 0.69% | - |
| XYZ | 28.87 | 37.49 | 25.79 | - |
| YUV | 157.26 | 110.92 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 176 | 127 | 0.25 | 0 | 0.28 | 0.31 | 113.88 | 0.24 | 0.59 |
| Hex | 84 | B0 | 7F | 19 | 0 | 1C | 1F | 72 | 18 | 3B |
| Octal | 204 | 260 | 177 | 31 | 0 | 34 | 37 | 162 | 30 | 73 |
| Binary | 10000100 | 10110000 | 1111111 | 11001 | 0 | 11100 | 11111 | 1110010 | 11000 | 111011 |
Color Harmonies of #84B07F
Complementary color
Monochromatic Colors of #84B07F
Black with #84B07F
Text Example
Text Example
White with #84B07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B07F; }
p { color: rgb(132,176,127); }
H1.HeaderClassName
{
color: #84B07F;
}
.AnyTagClassName
{
color: #84B07F;
}
</style>
background-color css
<style>
a { background-color: #84B07F; }
a { background-color: rgb(132,176,127); }
div.DivClassName
{
background-color: #84B07F;
}
.BgClassName
{
background-color: #84B07F;
}
</style>
border-color css
<style>
span { border-color: #84B07F; }
span { border-color: rgb(132,176,127); }
td.TdClassName
{
border-color: #84B07F;
}
.TagClassName
{
border-color: #84B07F;
}
</style>