Shades of Dark Spring Green #127645
Tints of Dark Spring Green #127645
RGB
CMYK
RGB Variations
Color information
#127645 (or 0x127645) is known color: Dark Spring Green. HEX triplet: 12, 76 and 45. RGB value is (18,118,69). Sum of RGB (Red+Green+Blue) = 18+118+69=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #127645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127645 is #ED89BA. Grayscale: #525252. Windows color (decimal): -15567291 or 4552210. OLE color: 4552210.
HSL color Cylindrical-coordinate representation of color #127645: hue angle of 150.6º 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 #127645 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 118 | 69 | - |
| CMYK | 0.85 | 0 | 0.42 | 0.54 |
| HSL | 150.6º | 0.74% | 0.27% | - |
| HSV(B) | 150.6º | 0.85% | 0.46% | - |
| XYZ | 7.8 | 13.52 | 7.83 | - |
| YUV | 82.51 | 120.37 | 81.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 118 | 69 | 0.85 | 0 | 0.42 | 0.54 | 150.6 | 0.74 | 0.27 |
| Hex | 12 | 76 | 45 | 55 | 0 | 2A | 36 | 97 | 4A | 1B |
| Octal | 22 | 166 | 105 | 125 | 0 | 52 | 66 | 227 | 112 | 33 |
| Binary | 10010 | 1110110 | 1000101 | 1010101 | 0 | 101010 | 110110 | 10010111 | 1001010 | 11011 |
Color Harmonies of #127645
Complementary color
Monochromatic Colors of #127645
Black with #127645
Text Example
Text Example
White with #127645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127645; }
p { color: rgb(18,118,69); }
H1.HeaderClassName
{
color: #127645;
}
.AnyTagClassName
{
color: #127645;
}
</style>
background-color css
<style>
a { background-color: #127645; }
a { background-color: rgb(18,118,69); }
div.DivClassName
{
background-color: #127645;
}
.BgClassName
{
background-color: #127645;
}
</style>
border-color css
<style>
span { border-color: #127645; }
span { border-color: rgb(18,118,69); }
td.TdClassName
{
border-color: #127645;
}
.TagClassName
{
border-color: #127645;
}
</style>