Shades of Salem #108741
Tints of Salem #108741
RGB
CMYK
RGB Variations
Color information
#108741 (or 0x108741) is known color: Salem. HEX triplet: 10, 87 and 41. RGB value is (16,135,65). Sum of RGB (Red+Green+Blue) = 16+135+65=216 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.41% from 216); Green value is 135 (53.12% from 255 or 62.5% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 135 - color contains mainly: green. Hex color #108741 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108741 is #EF78BE. Grayscale: #5B5B5B. Windows color (decimal): -15694015 or 4294416. OLE color: 4294416.
HSL color Cylindrical-coordinate representation of color #108741: hue angle of 144.71º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108741 is Cyan = 0.88, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 65 | - |
| CMYK | 0.88 | 0 | 0.52 | 0.47 |
| HSL | 144.71º | 0.79% | 0.3% | - |
| HSV(B) | 144.71º | 0.88% | 0.53% | - |
| XYZ | 9.83 | 17.82 | 7.92 | - |
| YUV | 91.44 | 113.08 | 74.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 65 | 0.88 | 0 | 0.52 | 0.47 | 144.71 | 0.79 | 0.3 |
| Hex | 10 | 87 | 41 | 58 | 0 | 34 | 2F | 91 | 4F | 1E |
| Octal | 20 | 207 | 101 | 130 | 0 | 64 | 57 | 221 | 117 | 36 |
| Binary | 10000 | 10000111 | 1000001 | 1011000 | 0 | 110100 | 101111 | 10010001 | 1001111 | 11110 |
Color Harmonies of #108741
Complementary color
Monochromatic Colors of #108741
Black with #108741
Text Example
Text Example
White with #108741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108741; }
p { color: rgb(16,135,65); }
H1.HeaderClassName
{
color: #108741;
}
.AnyTagClassName
{
color: #108741;
}
</style>
background-color css
<style>
a { background-color: #108741; }
a { background-color: rgb(16,135,65); }
div.DivClassName
{
background-color: #108741;
}
.BgClassName
{
background-color: #108741;
}
</style>
border-color css
<style>
span { border-color: #108741; }
span { border-color: rgb(16,135,65); }
td.TdClassName
{
border-color: #108741;
}
.TagClassName
{
border-color: #108741;
}
</style>