Shades of Dark Spring Green #107144
Tints of Dark Spring Green #107144
RGB
CMYK
RGB Variations
Color information
#107144 (or 0x107144) is known color: Dark Spring Green. HEX triplet: 10, 71 and 44. RGB value is (16,113,68). Sum of RGB (Red+Green+Blue) = 16+113+68=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 113 (44.53% from 255 or 57.36% from 197); Blue value is 68 (26.95% from 255 or 34.52% from 197); Max value from RGB is 113 - color contains mainly: green. Hex color #107144 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107144 is #EF8EBB. Grayscale: #4E4E4E. Windows color (decimal): -15699644 or 4485392. OLE color: 4485392.
HSL color Cylindrical-coordinate representation of color #107144: hue angle of 152.16º 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 #107144 is Cyan = 0.86, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 113 | 68 | - |
| CMYK | 0.86 | 0 | 0.40 | 0.56 |
| HSL | 152.16º | 0.75% | 0.25% | - |
| HSV(B) | 152.16º | 0.86% | 0.44% | - |
| XYZ | 7.16 | 12.34 | 7.47 | - |
| YUV | 78.87 | 121.86 | 83.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 113 | 68 | 0.86 | 0 | 0.40 | 0.56 | 152.16 | 0.75 | 0.25 |
| Hex | 10 | 71 | 44 | 56 | 0 | 28 | 38 | 98 | 4B | 19 |
| Octal | 20 | 161 | 104 | 126 | 0 | 50 | 70 | 230 | 113 | 31 |
| Binary | 10000 | 1110001 | 1000100 | 1010110 | 0 | 101000 | 111000 | 10011000 | 1001011 | 11001 |
Color Harmonies of #107144
Complementary color
Monochromatic Colors of #107144
Black with #107144
Text Example
Text Example
White with #107144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107144; }
p { color: rgb(16,113,68); }
H1.HeaderClassName
{
color: #107144;
}
.AnyTagClassName
{
color: #107144;
}
</style>
background-color css
<style>
a { background-color: #107144; }
a { background-color: rgb(16,113,68); }
div.DivClassName
{
background-color: #107144;
}
.BgClassName
{
background-color: #107144;
}
</style>
border-color css
<style>
span { border-color: #107144; }
span { border-color: rgb(16,113,68); }
td.TdClassName
{
border-color: #107144;
}
.TagClassName
{
border-color: #107144;
}
</style>