Shades of Dark Sea Green #8AB77D
Tints of Dark Sea Green #8AB77D
RGB
CMYK
RGB Variations
Color information
#8AB77D (or 0x8AB77D) is known color: Dark Sea Green. HEX triplet: 8A, B7 and 7D. RGB value is (138,183,125). Sum of RGB (Red+Green+Blue) = 138+183+125=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 125 (49.22% from 255 or 28.03% from 446); Max value from RGB is 183 - color contains mainly: green. Hex color #8AB77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB77D is #754882. Grayscale: #A3A3A3. Windows color (decimal): -7686275 or 8238986. OLE color: 8238986.
HSL color Cylindrical-coordinate representation of color #8AB77D: hue angle of 106.55º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8AB77D is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 183 | 125 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.28 |
| HSL | 106.55º | 0.29% | 0.6% | - |
| HSV(B) | 106.55º | 0.32% | 0.72% | - |
| XYZ | 31.12 | 40.75 | 25.63 | - |
| YUV | 162.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 183 | 125 | 0.25 | 0 | 0.32 | 0.28 | 106.55 | 0.29 | 0.6 |
| Hex | 8A | B7 | 7D | 19 | 0 | 20 | 1C | 6B | 1D | 3C |
| Octal | 212 | 267 | 175 | 31 | 0 | 40 | 34 | 153 | 35 | 74 |
| Binary | 10001010 | 10110111 | 1111101 | 11001 | 0 | 100000 | 11100 | 1101011 | 11101 | 111100 |
Color Harmonies of #8AB77D
Complementary color
Monochromatic Colors of #8AB77D
Black with #8AB77D
Text Example
Text Example
White with #8AB77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB77D; }
p { color: rgb(138,183,125); }
H1.HeaderClassName
{
color: #8AB77D;
}
.AnyTagClassName
{
color: #8AB77D;
}
</style>
background-color css
<style>
a { background-color: #8AB77D; }
a { background-color: rgb(138,183,125); }
div.DivClassName
{
background-color: #8AB77D;
}
.BgClassName
{
background-color: #8AB77D;
}
</style>
border-color css
<style>
span { border-color: #8AB77D; }
span { border-color: rgb(138,183,125); }
td.TdClassName
{
border-color: #8AB77D;
}
.TagClassName
{
border-color: #8AB77D;
}
</style>