Shades of Salem #108142
Tints of Salem #108142
RGB
CMYK
RGB Variations
Color information
#108142 (or 0x108142) is known color: Salem. HEX triplet: 10, 81 and 42. RGB value is (16,129,66). Sum of RGB (Red+Green+Blue) = 16+129+66=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 129 (50.78% from 255 or 61.14% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 129 - color contains mainly: green. Hex color #108142 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108142 is #EF7EBD. Grayscale: #585858. Windows color (decimal): -15695550 or 4358416. OLE color: 4358416.
HSL color Cylindrical-coordinate representation of color #108142: hue angle of 146.55º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #108142 is Cyan = 0.88, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 16 | 129 | 66 | - |
| CMYK | 0.88 | 0 | 0.49 | 0.49 |
| HSL | 146.55º | 0.78% | 0.28% | - |
| HSV(B) | 146.55º | 0.88% | 0.51% | - |
| XYZ | 9.05 | 16.2 | 7.81 | - |
| YUV | 88.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 129 | 66 | 0.88 | 0 | 0.49 | 0.49 | 146.55 | 0.78 | 0.28 |
| Hex | 10 | 81 | 42 | 58 | 0 | 31 | 31 | 93 | 4E | 1C |
| Octal | 20 | 201 | 102 | 130 | 0 | 61 | 61 | 223 | 116 | 34 |
| Binary | 10000 | 10000001 | 1000010 | 1011000 | 0 | 110001 | 110001 | 10010011 | 1001110 | 11100 |
Color Harmonies of #108142
Complementary color
Monochromatic Colors of #108142
Black with #108142
Text Example
Text Example
White with #108142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108142; }
p { color: rgb(16,129,66); }
H1.HeaderClassName
{
color: #108142;
}
.AnyTagClassName
{
color: #108142;
}
</style>
background-color css
<style>
a { background-color: #108142; }
a { background-color: rgb(16,129,66); }
div.DivClassName
{
background-color: #108142;
}
.BgClassName
{
background-color: #108142;
}
</style>
border-color css
<style>
span { border-color: #108142; }
span { border-color: rgb(16,129,66); }
td.TdClassName
{
border-color: #108142;
}
.TagClassName
{
border-color: #108142;
}
</style>