Shades of Dark Sea Green #7DB27F
Tints of Dark Sea Green #7DB27F
RGB
CMYK
RGB Variations
Color information
#7DB27F (or 0x7DB27F) is known color: Dark Sea Green. HEX triplet: 7D, B2 and 7F. RGB value is (125,178,127). Sum of RGB (Red+Green+Blue) = 125+178+127=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 127 (50% from 255 or 29.53% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB27F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB27F is #824D80. Grayscale: #9C9C9C. Windows color (decimal): -8539521 or 8368765. OLE color: 8368765.
HSL color Cylindrical-coordinate representation of color #7DB27F: hue angle of 122.26º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB27F is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 127 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.30 |
| HSL | 122.26º | 0.26% | 0.59% | - |
| HSV(B) | 122.26º | 0.3% | 0.7% | - |
| XYZ | 28.21 | 37.73 | 25.88 | - |
| YUV | 156.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 127 | 0.30 | 0 | 0.29 | 0.30 | 122.26 | 0.26 | 0.59 |
| Hex | 7D | B2 | 7F | 1E | 0 | 1D | 1E | 7A | 1A | 3B |
| Octal | 175 | 262 | 177 | 36 | 0 | 35 | 36 | 172 | 32 | 73 |
| Binary | 1111101 | 10110010 | 1111111 | 11110 | 0 | 11101 | 11110 | 1111010 | 11010 | 111011 |
Color Harmonies of #7DB27F
Complementary color
Monochromatic Colors of #7DB27F
Black with #7DB27F
Text Example
Text Example
White with #7DB27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB27F; }
p { color: rgb(125,178,127); }
H1.HeaderClassName
{
color: #7DB27F;
}
.AnyTagClassName
{
color: #7DB27F;
}
</style>
background-color css
<style>
a { background-color: #7DB27F; }
a { background-color: rgb(125,178,127); }
div.DivClassName
{
background-color: #7DB27F;
}
.BgClassName
{
background-color: #7DB27F;
}
</style>
border-color css
<style>
span { border-color: #7DB27F; }
span { border-color: rgb(125,178,127); }
td.TdClassName
{
border-color: #7DB27F;
}
.TagClassName
{
border-color: #7DB27F;
}
</style>