Shades of Salem #108754
Tints of Salem #108754
RGB
CMYK
RGB Variations
Color information
#108754 (or 0x108754) is known color: Salem. HEX triplet: 10, 87 and 54. RGB value is (16,135,84). Sum of RGB (Red+Green+Blue) = 16+135+84=235 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.81% from 235); Green value is 135 (53.12% from 255 or 57.45% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 135 - color contains mainly: green. Hex color #108754 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #108754 is #EF78AB. Grayscale: #5D5D5D. Windows color (decimal): -15693996 or 5539600. OLE color: 5539600.
HSL color Cylindrical-coordinate representation of color #108754: hue angle of 154.29º 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 #108754 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 16 | 135 | 84 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.47 |
| HSL | 154.29º | 0.79% | 0.3% | - |
| HSV(B) | 154.29º | 0.88% | 0.53% | - |
| XYZ | 10.48 | 18.08 | 11.32 | - |
| YUV | 93.61 | 122.58 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 84 | 0.88 | 0 | 0.38 | 0.47 | 154.29 | 0.79 | 0.3 |
| Hex | 10 | 87 | 54 | 58 | 0 | 26 | 2F | 9A | 4F | 1E |
| Octal | 20 | 207 | 124 | 130 | 0 | 46 | 57 | 232 | 117 | 36 |
| Binary | 10000 | 10000111 | 1010100 | 1011000 | 0 | 100110 | 101111 | 10011010 | 1001111 | 11110 |
Color Harmonies of #108754
Complementary color
Monochromatic Colors of #108754
Black with #108754
Text Example
Text Example
White with #108754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108754; }
p { color: rgb(16,135,84); }
H1.HeaderClassName
{
color: #108754;
}
.AnyTagClassName
{
color: #108754;
}
</style>
background-color css
<style>
a { background-color: #108754; }
a { background-color: rgb(16,135,84); }
div.DivClassName
{
background-color: #108754;
}
.BgClassName
{
background-color: #108754;
}
</style>
border-color css
<style>
span { border-color: #108754; }
span { border-color: rgb(16,135,84); }
td.TdClassName
{
border-color: #108754;
}
.TagClassName
{
border-color: #108754;
}
</style>