Shades of Salem #008742
Tints of Salem #008742
RGB
CMYK
RGB Variations
Color information
#008742 (or 0x008742) is known color: Salem. HEX triplet: 00, 87 and 42. RGB value is (0,135,66). Sum of RGB (Red+Green+Blue) = 0+135+66=201 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #008742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008742 is #FF78BD. Grayscale: #565656. Windows color (decimal): -16742590 or 4359936. OLE color: 4359936.
HSL color Cylindrical-coordinate representation of color #008742: hue angle of 149.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008742 is Cyan = 1, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 135 | 66 | - |
| CMYK | 1 | 0 | 0.51 | 0.47 |
| HSL | 149.33º | 1% | 0.26% | - |
| HSV(B) | 149.33º | 1% | 0.53% | - |
| XYZ | 9.65 | 17.72 | 8.07 | - |
| YUV | 86.77 | 116.27 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 135 | 66 | 1 | 0 | 0.51 | 0.47 | 149.33 | 1 | 0.26 |
| Hex | 0 | 87 | 42 | 64 | 0 | 33 | 2F | 95 | 64 | 1A |
| Octal | 0 | 207 | 102 | 144 | 0 | 63 | 57 | 225 | 144 | 32 |
| Binary | 0 | 10000111 | 1000010 | 1100100 | 0 | 110011 | 101111 | 10010101 | 1100100 | 11010 |
Color Harmonies of #008742
Complementary color
Monochromatic Colors of #008742
Black with #008742
Text Example
Text Example
White with #008742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008742; }
p { color: rgb(0,135,66); }
H1.HeaderClassName
{
color: #008742;
}
.AnyTagClassName
{
color: #008742;
}
</style>
background-color css
<style>
a { background-color: #008742; }
a { background-color: rgb(0,135,66); }
div.DivClassName
{
background-color: #008742;
}
.BgClassName
{
background-color: #008742;
}
</style>
border-color css
<style>
span { border-color: #008742; }
span { border-color: rgb(0,135,66); }
td.TdClassName
{
border-color: #008742;
}
.TagClassName
{
border-color: #008742;
}
</style>