Shades of Dark Spring Green #107343
Tints of Dark Spring Green #107343
RGB
CMYK
RGB Variations
Color information
#107343 (or 0x107343) is known color: Dark Spring Green. HEX triplet: 10, 73 and 43. RGB value is (16,115,67). Sum of RGB (Red+Green+Blue) = 16+115+67=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 115 (45.31% from 255 or 58.08% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 115 - color contains mainly: green. Hex color #107343 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107343 is #EF8CBC. Grayscale: #505050. Windows color (decimal): -15699133 or 4420368. OLE color: 4420368.
HSL color Cylindrical-coordinate representation of color #107343: hue angle of 150.91º 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 #107343 is Cyan = 0.86, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 115 | 67 | - |
| CMYK | 0.86 | 0 | 0.42 | 0.55 |
| HSL | 150.91º | 0.76% | 0.26% | - |
| HSV(B) | 150.91º | 0.86% | 0.45% | - |
| XYZ | 7.36 | 12.78 | 7.39 | - |
| YUV | 79.93 | 120.7 | 82.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 115 | 67 | 0.86 | 0 | 0.42 | 0.55 | 150.91 | 0.76 | 0.26 |
| Hex | 10 | 73 | 43 | 56 | 0 | 2A | 37 | 97 | 4C | 1A |
| Octal | 20 | 163 | 103 | 126 | 0 | 52 | 67 | 227 | 114 | 32 |
| Binary | 10000 | 1110011 | 1000011 | 1010110 | 0 | 101010 | 110111 | 10010111 | 1001100 | 11010 |
Color Harmonies of #107343
Complementary color
Monochromatic Colors of #107343
Black with #107343
Text Example
Text Example
White with #107343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107343; }
p { color: rgb(16,115,67); }
H1.HeaderClassName
{
color: #107343;
}
.AnyTagClassName
{
color: #107343;
}
</style>
background-color css
<style>
a { background-color: #107343; }
a { background-color: rgb(16,115,67); }
div.DivClassName
{
background-color: #107343;
}
.BgClassName
{
background-color: #107343;
}
</style>
border-color css
<style>
span { border-color: #107343; }
span { border-color: rgb(16,115,67); }
td.TdClassName
{
border-color: #107343;
}
.TagClassName
{
border-color: #107343;
}
</style>