Shades of Salem #107D44
Tints of Salem #107D44
RGB
CMYK
RGB Variations
Color information
#107D44 (or 0x107D44) is known color: Salem. HEX triplet: 10, 7D and 44. RGB value is (16,125,68). Sum of RGB (Red+Green+Blue) = 16+125+68=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 125 (49.22% from 255 or 59.81% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 125 - color contains mainly: green. Hex color #107D44 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #107D44 is #EF82BB. Grayscale: #565656. Windows color (decimal): -15696572 or 4488464. OLE color: 4488464.
HSL color Cylindrical-coordinate representation of color #107D44: hue angle of 148.62º 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 #107D44 is Cyan = 0.87, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 16 | 125 | 68 | - |
| CMYK | 0.87 | 0 | 0.46 | 0.51 |
| HSL | 148.62º | 0.77% | 0.28% | - |
| HSV(B) | 148.62º | 0.87% | 0.49% | - |
| XYZ | 8.59 | 15.19 | 7.95 | - |
| YUV | 85.91 | 117.89 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 125 | 68 | 0.87 | 0 | 0.46 | 0.51 | 148.62 | 0.77 | 0.28 |
| Hex | 10 | 7D | 44 | 57 | 0 | 2E | 33 | 95 | 4D | 1C |
| Octal | 20 | 175 | 104 | 127 | 0 | 56 | 63 | 225 | 115 | 34 |
| Binary | 10000 | 1111101 | 1000100 | 1010111 | 0 | 101110 | 110011 | 10010101 | 1001101 | 11100 |
Color Harmonies of #107D44
Complementary color
Monochromatic Colors of #107D44
Black with #107D44
Text Example
Text Example
White with #107D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #107D44; }
p { color: rgb(16,125,68); }
H1.HeaderClassName
{
color: #107D44;
}
.AnyTagClassName
{
color: #107D44;
}
</style>
background-color css
<style>
a { background-color: #107D44; }
a { background-color: rgb(16,125,68); }
div.DivClassName
{
background-color: #107D44;
}
.BgClassName
{
background-color: #107D44;
}
</style>
border-color css
<style>
span { border-color: #107D44; }
span { border-color: rgb(16,125,68); }
td.TdClassName
{
border-color: #107D44;
}
.TagClassName
{
border-color: #107D44;
}
</style>