Shades of Dark Spring Green #107245
Tints of Dark Spring Green #107245
RGB
CMYK
RGB Variations
Color information
#107245 (or 0x107245) is known color: Dark Spring Green. HEX triplet: 10, 72 and 45. RGB value is (16,114,69). Sum of RGB (Red+Green+Blue) = 16+114+69=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #107245 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107245 is #EF8DBA. Grayscale: #4F4F4F. Windows color (decimal): -15699387 or 4551184. OLE color: 4551184.
HSL color Cylindrical-coordinate representation of color #107245: hue angle of 152.45º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107245 is Cyan = 0.86, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 114 | 69 | - |
| CMYK | 0.86 | 0 | 0.39 | 0.55 |
| HSL | 152.45º | 0.75% | 0.25% | - |
| HSV(B) | 152.45º | 0.86% | 0.45% | - |
| XYZ | 7.31 | 12.57 | 7.67 | - |
| YUV | 79.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 114 | 69 | 0.86 | 0 | 0.39 | 0.55 | 152.45 | 0.75 | 0.25 |
| Hex | 10 | 72 | 45 | 56 | 0 | 27 | 37 | 98 | 4B | 19 |
| Octal | 20 | 162 | 105 | 126 | 0 | 47 | 67 | 230 | 113 | 31 |
| Binary | 10000 | 1110010 | 1000101 | 1010110 | 0 | 100111 | 110111 | 10011000 | 1001011 | 11001 |
Color Harmonies of #107245
Complementary color
Monochromatic Colors of #107245
Black with #107245
Text Example
Text Example
White with #107245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107245; }
p { color: rgb(16,114,69); }
H1.HeaderClassName
{
color: #107245;
}
.AnyTagClassName
{
color: #107245;
}
</style>
background-color css
<style>
a { background-color: #107245; }
a { background-color: rgb(16,114,69); }
div.DivClassName
{
background-color: #107245;
}
.BgClassName
{
background-color: #107245;
}
</style>
border-color css
<style>
span { border-color: #107245; }
span { border-color: rgb(16,114,69); }
td.TdClassName
{
border-color: #107245;
}
.TagClassName
{
border-color: #107245;
}
</style>