Shades of Dark Spring Green #107345
Tints of Dark Spring Green #107345
RGB
CMYK
RGB Variations
Color information
#107345 (or 0x107345) is known color: Dark Spring Green. HEX triplet: 10, 73 and 45. RGB value is (16,115,69). Sum of RGB (Red+Green+Blue) = 16+115+69=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 115 (45.31% from 255 or 57.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 115 - color contains mainly: green. Hex color #107345 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107345 is #EF8CBA. Grayscale: #505050. Windows color (decimal): -15699131 or 4551440. OLE color: 4551440.
HSL color Cylindrical-coordinate representation of color #107345: hue angle of 152.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107345 is Cyan = 0.86, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 69 | - |
| CMYK | 0.86 | 0 | 0.4 | 0.55 |
| HSL | 152.12º | 0.76% | 0.26% | - |
| HSV(B) | 152.12º | 0.86% | 0.45% | - |
| XYZ | 7.42 | 12.8 | 7.71 | - |
| YUV | 80.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 69 | 0.86 | 0 | 0.4 | 0.55 | 152.12 | 0.76 | 0.26 |
| Hex | 10 | 73 | 45 | 56 | 0 | 28 | 37 | 98 | 4C | 1A |
| Octal | 20 | 163 | 105 | 126 | 0 | 50 | 67 | 230 | 114 | 32 |
| Binary | 10000 | 1110011 | 1000101 | 1010110 | 0 | 101000 | 110111 | 10011000 | 1001100 | 11010 |
Color Harmonies of #107345
Complementary color
Monochromatic Colors of #107345
Black with #107345
Text Example
Text Example
White with #107345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107345; }
p { color: rgb(16,115,69); }
H1.HeaderClassName
{
color: #107345;
}
.AnyTagClassName
{
color: #107345;
}
</style>
background-color css
<style>
a { background-color: #107345; }
a { background-color: rgb(16,115,69); }
div.DivClassName
{
background-color: #107345;
}
.BgClassName
{
background-color: #107345;
}
</style>
border-color css
<style>
span { border-color: #107345; }
span { border-color: rgb(16,115,69); }
td.TdClassName
{
border-color: #107345;
}
.TagClassName
{
border-color: #107345;
}
</style>