Shades of Salem #098742
Tints of Salem #098742
RGB
CMYK
RGB Variations
Color information
#098742 (or 0x098742) is known color: Salem. HEX triplet: 09, 87 and 42. RGB value is (9,135,66). Sum of RGB (Red+Green+Blue) = 9+135+66=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 135 (53.12% from 255 or 64.29% from 210); Blue value is 66 (26.17% from 255 or 31.43% from 210); Max value from RGB is 135 - color contains mainly: green. Hex color #098742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098742 is #F678BD. Grayscale: #595959. Windows color (decimal): -16152766 or 4359945. OLE color: 4359945.
HSL color Cylindrical-coordinate representation of color #098742: hue angle of 147.14º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098742 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 135 | 66 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.47 |
| HSL | 147.14º | 0.88% | 0.28% | - |
| HSV(B) | 147.14º | 0.93% | 0.53% | - |
| XYZ | 9.76 | 17.78 | 8.07 | - |
| YUV | 89.46 | 114.76 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 66 | 0.93 | 0 | 0.51 | 0.47 | 147.14 | 0.88 | 0.28 |
| Hex | 9 | 87 | 42 | 5D | 0 | 33 | 2F | 93 | 58 | 1C |
| Octal | 11 | 207 | 102 | 135 | 0 | 63 | 57 | 223 | 130 | 34 |
| Binary | 1001 | 10000111 | 1000010 | 1011101 | 0 | 110011 | 101111 | 10010011 | 1011000 | 11100 |
Color Harmonies of #098742
Complementary color
Monochromatic Colors of #098742
Black with #098742
Text Example
Text Example
White with #098742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098742; }
p { color: rgb(9,135,66); }
H1.HeaderClassName
{
color: #098742;
}
.AnyTagClassName
{
color: #098742;
}
</style>
background-color css
<style>
a { background-color: #098742; }
a { background-color: rgb(9,135,66); }
div.DivClassName
{
background-color: #098742;
}
.BgClassName
{
background-color: #098742;
}
</style>
border-color css
<style>
span { border-color: #098742; }
span { border-color: rgb(9,135,66); }
td.TdClassName
{
border-color: #098742;
}
.TagClassName
{
border-color: #098742;
}
</style>