Shades of Salem #098645
Tints of Salem #098645
RGB
CMYK
RGB Variations
Color information
#098645 (or 0x098645) is known color: Salem. HEX triplet: 09, 86 and 45. RGB value is (9,134,69). Sum of RGB (Red+Green+Blue) = 9+134+69=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 134 (52.73% from 255 or 63.21% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 134 - color contains mainly: green. Hex color #098645 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098645 is #F679BA. Grayscale: #595959. Windows color (decimal): -16153019 or 4556297. OLE color: 4556297.
HSL color Cylindrical-coordinate representation of color #098645: hue angle of 148.8º degrees, saturation: 0.87, 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 #098645 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 9 | 134 | 69 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.47 |
| HSL | 148.8º | 0.87% | 0.28% | - |
| HSV(B) | 148.8º | 0.93% | 0.53% | - |
| XYZ | 9.71 | 17.54 | 8.5 | - |
| YUV | 89.22 | 116.59 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 134 | 69 | 0.93 | 0 | 0.49 | 0.47 | 148.8 | 0.87 | 0.28 |
| Hex | 9 | 86 | 45 | 5D | 0 | 31 | 2F | 95 | 57 | 1C |
| Octal | 11 | 206 | 105 | 135 | 0 | 61 | 57 | 225 | 127 | 34 |
| Binary | 1001 | 10000110 | 1000101 | 1011101 | 0 | 110001 | 101111 | 10010101 | 1010111 | 11100 |
Color Harmonies of #098645
Complementary color
Monochromatic Colors of #098645
Black with #098645
Text Example
Text Example
White with #098645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098645; }
p { color: rgb(9,134,69); }
H1.HeaderClassName
{
color: #098645;
}
.AnyTagClassName
{
color: #098645;
}
</style>
background-color css
<style>
a { background-color: #098645; }
a { background-color: rgb(9,134,69); }
div.DivClassName
{
background-color: #098645;
}
.BgClassName
{
background-color: #098645;
}
</style>
border-color css
<style>
span { border-color: #098645; }
span { border-color: rgb(9,134,69); }
td.TdClassName
{
border-color: #098645;
}
.TagClassName
{
border-color: #098645;
}
</style>