Shades of Dark Spring Green #107142
Tints of Dark Spring Green #107142
RGB
CMYK
RGB Variations
Color information
#107142 (or 0x107142) is known color: Dark Spring Green. HEX triplet: 10, 71 and 42. RGB value is (16,113,66). Sum of RGB (Red+Green+Blue) = 16+113+66=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 113 (44.53% from 255 or 57.95% from 195); Blue value is 66 (26.17% from 255 or 33.85% from 195); Max value from RGB is 113 - color contains mainly: green. Hex color #107142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107142 is #EF8EBD. Grayscale: #4E4E4E. Windows color (decimal): -15699646 or 4354320. OLE color: 4354320.
HSL color Cylindrical-coordinate representation of color #107142: hue angle of 150.93º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107142 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 66 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.56 |
| HSL | 150.93º | 0.75% | 0.25% | - |
| HSV(B) | 150.93º | 0.86% | 0.44% | - |
| XYZ | 7.1 | 12.31 | 7.16 | - |
| YUV | 78.64 | 120.86 | 83.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 66 | 0.86 | 0 | 0.42 | 0.56 | 150.93 | 0.75 | 0.25 |
| Hex | 10 | 71 | 42 | 56 | 0 | 2A | 38 | 97 | 4B | 19 |
| Octal | 20 | 161 | 102 | 126 | 0 | 52 | 70 | 227 | 113 | 31 |
| Binary | 10000 | 1110001 | 1000010 | 1010110 | 0 | 101010 | 111000 | 10010111 | 1001011 | 11001 |
Color Harmonies of #107142
Complementary color
Monochromatic Colors of #107142
Black with #107142
Text Example
Text Example
White with #107142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107142; }
p { color: rgb(16,113,66); }
H1.HeaderClassName
{
color: #107142;
}
.AnyTagClassName
{
color: #107142;
}
</style>
background-color css
<style>
a { background-color: #107142; }
a { background-color: rgb(16,113,66); }
div.DivClassName
{
background-color: #107142;
}
.BgClassName
{
background-color: #107142;
}
</style>
border-color css
<style>
span { border-color: #107142; }
span { border-color: rgb(16,113,66); }
td.TdClassName
{
border-color: #107142;
}
.TagClassName
{
border-color: #107142;
}
</style>