Shades of Dark Sea Green #84AF7F
Tints of Dark Sea Green #84AF7F
RGB
CMYK
RGB Variations
Color information
#84AF7F (or 0x84AF7F) is known color: Dark Sea Green. HEX triplet: 84, AF and 7F. RGB value is (132,175,127). Sum of RGB (Red+Green+Blue) = 132+175+127=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84AF7F is #7B5080. Grayscale: #9C9C9C. Windows color (decimal): -8081537 or 8368004. OLE color: 8368004.
HSL color Cylindrical-coordinate representation of color #84AF7F: hue angle of 113.75º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84AF7F is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 175 | 127 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.31 |
| HSL | 113.75º | 0.23% | 0.59% | - |
| HSV(B) | 113.75º | 0.27% | 0.69% | - |
| XYZ | 28.68 | 37.1 | 25.73 | - |
| YUV | 156.67 | 111.25 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 175 | 127 | 0.25 | 0 | 0.27 | 0.31 | 113.75 | 0.23 | 0.59 |
| Hex | 84 | AF | 7F | 19 | 0 | 1B | 1F | 72 | 17 | 3B |
| Octal | 204 | 257 | 177 | 31 | 0 | 33 | 37 | 162 | 27 | 73 |
| Binary | 10000100 | 10101111 | 1111111 | 11001 | 0 | 11011 | 11111 | 1110010 | 10111 | 111011 |
Color Harmonies of #84AF7F
Complementary color
Monochromatic Colors of #84AF7F
Black with #84AF7F
Text Example
Text Example
White with #84AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84AF7F; }
p { color: rgb(132,175,127); }
H1.HeaderClassName
{
color: #84AF7F;
}
.AnyTagClassName
{
color: #84AF7F;
}
</style>
background-color css
<style>
a { background-color: #84AF7F; }
a { background-color: rgb(132,175,127); }
div.DivClassName
{
background-color: #84AF7F;
}
.BgClassName
{
background-color: #84AF7F;
}
</style>
border-color css
<style>
span { border-color: #84AF7F; }
span { border-color: rgb(132,175,127); }
td.TdClassName
{
border-color: #84AF7F;
}
.TagClassName
{
border-color: #84AF7F;
}
</style>