Shades of Dark Sea Green #84B68B
Tints of Dark Sea Green #84B68B
RGB
CMYK
RGB Variations
Color information
#84B68B (or 0x84B68B) is known color: Dark Sea Green. HEX triplet: 84, B6 and 8B. RGB value is (132,182,139). Sum of RGB (Red+Green+Blue) = 132+182+139=453 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.14% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 182 - color contains mainly: green. Hex color #84B68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #84B68B is #7B4974. Grayscale: #A2A2A2. Windows color (decimal): -8079733 or 9156228. OLE color: 9156228.
HSL color Cylindrical-coordinate representation of color #84B68B: hue angle of 128.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #84B68B is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 182 | 139 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.29 |
| HSL | 128.4º | 0.26% | 0.62% | - |
| HSV(B) | 128.4º | 0.27% | 0.71% | - |
| XYZ | 30.9 | 40.23 | 30.56 | - |
| YUV | 162.15 | 114.94 | 106.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 182 | 139 | 0.27 | 0 | 0.24 | 0.29 | 128.4 | 0.26 | 0.62 |
| Hex | 84 | B6 | 8B | 1B | 0 | 18 | 1D | 80 | 1A | 3E |
| Octal | 204 | 266 | 213 | 33 | 0 | 30 | 35 | 200 | 32 | 76 |
| Binary | 10000100 | 10110110 | 10001011 | 11011 | 0 | 11000 | 11101 | 10000000 | 11010 | 111110 |
Color Harmonies of #84B68B
Complementary color
Monochromatic Colors of #84B68B
Black with #84B68B
Text Example
Text Example
White with #84B68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84B68B; }
p { color: rgb(132,182,139); }
H1.HeaderClassName
{
color: #84B68B;
}
.AnyTagClassName
{
color: #84B68B;
}
</style>
background-color css
<style>
a { background-color: #84B68B; }
a { background-color: rgb(132,182,139); }
div.DivClassName
{
background-color: #84B68B;
}
.BgClassName
{
background-color: #84B68B;
}
</style>
border-color css
<style>
span { border-color: #84B68B; }
span { border-color: rgb(132,182,139); }
td.TdClassName
{
border-color: #84B68B;
}
.TagClassName
{
border-color: #84B68B;
}
</style>