Shades of Dark Spring Green #127647
Tints of Dark Spring Green #127647
RGB
CMYK
RGB Variations
Color information
#127647 (or 0x127647) is known color: Dark Spring Green. HEX triplet: 12, 76 and 47. RGB value is (18,118,71). Sum of RGB (Red+Green+Blue) = 18+118+71=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #127647 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127647 is #ED89B8. Grayscale: #525252. Windows color (decimal): -15567289 or 4683282. OLE color: 4683282.
HSL color Cylindrical-coordinate representation of color #127647: hue angle of 151.8º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127647 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 71 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.54 |
| HSL | 151.8º | 0.74% | 0.27% | - |
| HSV(B) | 151.8º | 0.85% | 0.46% | - |
| XYZ | 7.87 | 13.54 | 8.16 | - |
| YUV | 82.74 | 121.37 | 81.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 71 | 0.85 | 0 | 0.40 | 0.54 | 151.8 | 0.74 | 0.27 |
| Hex | 12 | 76 | 47 | 55 | 0 | 28 | 36 | 98 | 4A | 1B |
| Octal | 22 | 166 | 107 | 125 | 0 | 50 | 66 | 230 | 112 | 33 |
| Binary | 10010 | 1110110 | 1000111 | 1010101 | 0 | 101000 | 110110 | 10011000 | 1001010 | 11011 |
Color Harmonies of #127647
Complementary color
Monochromatic Colors of #127647
Black with #127647
Text Example
Text Example
White with #127647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127647; }
p { color: rgb(18,118,71); }
H1.HeaderClassName
{
color: #127647;
}
.AnyTagClassName
{
color: #127647;
}
</style>
background-color css
<style>
a { background-color: #127647; }
a { background-color: rgb(18,118,71); }
div.DivClassName
{
background-color: #127647;
}
.BgClassName
{
background-color: #127647;
}
</style>
border-color css
<style>
span { border-color: #127647; }
span { border-color: rgb(18,118,71); }
td.TdClassName
{
border-color: #127647;
}
.TagClassName
{
border-color: #127647;
}
</style>