Shades of Dark Spring Green #107340
Tints of Dark Spring Green #107340
RGB
CMYK
RGB Variations
Color information
#107340 (or 0x107340) is known color: Dark Spring Green. HEX triplet: 10, 73 and 40. RGB value is (16,115,64). Sum of RGB (Red+Green+Blue) = 16+115+64=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 115 (45.31% from 255 or 58.97% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 115 - color contains mainly: green. Hex color #107340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107340 is #EF8CBF. Grayscale: #4F4F4F. Windows color (decimal): -15699136 or 4223760. OLE color: 4223760.
HSL color Cylindrical-coordinate representation of color #107340: hue angle of 149.09º 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 #107340 is Cyan = 0.86, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 64 | - |
| CMYK | 0.86 | 0 | 0.44 | 0.55 |
| HSL | 149.09º | 0.76% | 0.26% | - |
| HSV(B) | 149.09º | 0.86% | 0.45% | - |
| XYZ | 7.27 | 12.74 | 6.93 | - |
| YUV | 79.59 | 119.2 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 64 | 0.86 | 0 | 0.44 | 0.55 | 149.09 | 0.76 | 0.26 |
| Hex | 10 | 73 | 40 | 56 | 0 | 2C | 37 | 95 | 4C | 1A |
| Octal | 20 | 163 | 100 | 126 | 0 | 54 | 67 | 225 | 114 | 32 |
| Binary | 10000 | 1110011 | 1000000 | 1010110 | 0 | 101100 | 110111 | 10010101 | 1001100 | 11010 |
Color Harmonies of #107340
Complementary color
Monochromatic Colors of #107340
Black with #107340
Text Example
Text Example
White with #107340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107340; }
p { color: rgb(16,115,64); }
H1.HeaderClassName
{
color: #107340;
}
.AnyTagClassName
{
color: #107340;
}
</style>
background-color css
<style>
a { background-color: #107340; }
a { background-color: rgb(16,115,64); }
div.DivClassName
{
background-color: #107340;
}
.BgClassName
{
background-color: #107340;
}
</style>
border-color css
<style>
span { border-color: #107340; }
span { border-color: rgb(16,115,64); }
td.TdClassName
{
border-color: #107340;
}
.TagClassName
{
border-color: #107340;
}
</style>