Shades of Dark Spring Green #107D3D
Tints of Dark Spring Green #107D3D
RGB
CMYK
RGB Variations
Color information
#107D3D (or 0x107D3D) is known color: Dark Spring Green. HEX triplet: 10, 7D and 3D. RGB value is (16,125,61). Sum of RGB (Red+Green+Blue) = 16+125+61=202 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.92% from 202); Green value is 125 (49.22% from 255 or 61.88% from 202); Blue value is 61 (24.22% from 255 or 30.20% from 202); Max value from RGB is 125 - color contains mainly: green. Hex color #107D3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107D3D is #EF82C2. Grayscale: #555555. Windows color (decimal): -15696579 or 4029712. OLE color: 4029712.
HSL color Cylindrical-coordinate representation of color #107D3D: hue angle of 144.77º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #107D3D is Cyan = 0.87, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 61 | - |
| CMYK | 0.87 | 0 | 0.51 | 0.51 |
| HSL | 144.77º | 0.77% | 0.28% | - |
| HSV(B) | 144.77º | 0.87% | 0.49% | - |
| XYZ | 8.39 | 15.11 | 6.89 | - |
| YUV | 85.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 61 | 0.87 | 0 | 0.51 | 0.51 | 144.77 | 0.77 | 0.28 |
| Hex | 10 | 7D | 3D | 57 | 0 | 33 | 33 | 91 | 4D | 1C |
| Octal | 20 | 175 | 75 | 127 | 0 | 63 | 63 | 221 | 115 | 34 |
| Binary | 10000 | 1111101 | 111101 | 1010111 | 0 | 110011 | 110011 | 10010001 | 1001101 | 11100 |
Color Harmonies of #107D3D
Complementary color
Monochromatic Colors of #107D3D
Black with #107D3D
Text Example
Text Example
White with #107D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D3D; }
p { color: rgb(16,125,61); }
H1.HeaderClassName
{
color: #107D3D;
}
.AnyTagClassName
{
color: #107D3D;
}
</style>
background-color css
<style>
a { background-color: #107D3D; }
a { background-color: rgb(16,125,61); }
div.DivClassName
{
background-color: #107D3D;
}
.BgClassName
{
background-color: #107D3D;
}
</style>
border-color css
<style>
span { border-color: #107D3D; }
span { border-color: rgb(16,125,61); }
td.TdClassName
{
border-color: #107D3D;
}
.TagClassName
{
border-color: #107D3D;
}
</style>