Shades of Dark Spring Green #107544
Tints of Dark Spring Green #107544
RGB
CMYK
RGB Variations
Color information
#107544 (or 0x107544) is known color: Dark Spring Green. HEX triplet: 10, 75 and 44. RGB value is (16,117,68). Sum of RGB (Red+Green+Blue) = 16+117+68=201 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.96% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #107544 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107544 is #EF8ABB. Grayscale: #515151. Windows color (decimal): -15698620 or 4486416. OLE color: 4486416.
HSL color Cylindrical-coordinate representation of color #107544: hue angle of 150.89º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107544 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 117 | 68 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.54 |
| HSL | 150.89º | 0.76% | 0.26% | - |
| HSV(B) | 150.89º | 0.86% | 0.46% | - |
| XYZ | 7.62 | 13.25 | 7.62 | - |
| YUV | 81.22 | 120.54 | 81.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 117 | 68 | 0.86 | 0 | 0.42 | 0.54 | 150.89 | 0.76 | 0.26 |
| Hex | 10 | 75 | 44 | 56 | 0 | 2A | 36 | 97 | 4C | 1A |
| Octal | 20 | 165 | 104 | 126 | 0 | 52 | 66 | 227 | 114 | 32 |
| Binary | 10000 | 1110101 | 1000100 | 1010110 | 0 | 101010 | 110110 | 10010111 | 1001100 | 11010 |
Color Harmonies of #107544
Complementary color
Monochromatic Colors of #107544
Black with #107544
Text Example
Text Example
White with #107544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107544; }
p { color: rgb(16,117,68); }
H1.HeaderClassName
{
color: #107544;
}
.AnyTagClassName
{
color: #107544;
}
</style>
background-color css
<style>
a { background-color: #107544; }
a { background-color: rgb(16,117,68); }
div.DivClassName
{
background-color: #107544;
}
.BgClassName
{
background-color: #107544;
}
</style>
border-color css
<style>
span { border-color: #107544; }
span { border-color: rgb(16,117,68); }
td.TdClassName
{
border-color: #107544;
}
.TagClassName
{
border-color: #107544;
}
</style>