Shades of Salem #098C51
Tints of Salem #098C51
RGB
CMYK
RGB Variations
Color information
#098C51 (or 0x098C51) is known color: Salem. HEX triplet: 09, 8C and 51. RGB value is (9,140,81). Sum of RGB (Red+Green+Blue) = 9+140+81=230 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.91% from 230); Green value is 140 (55.08% from 255 or 60.87% from 230); Blue value is 81 (32.03% from 255 or 35.22% from 230); Max value from RGB is 140 - color contains mainly: green. Hex color #098C51 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #098C51 is #F673AE. Grayscale: #5E5E5E. Windows color (decimal): -16151471 or 5344265. OLE color: 5344265.
HSL color Cylindrical-coordinate representation of color #098C51: hue angle of 152.98º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098C51 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 9 | 140 | 81 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.45 |
| HSL | 152.98º | 0.88% | 0.29% | - |
| HSV(B) | 152.98º | 0.94% | 0.55% | - |
| XYZ | 10.98 | 19.41 | 10.95 | - |
| YUV | 94.11 | 120.6 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 140 | 81 | 0.94 | 0 | 0.42 | 0.45 | 152.98 | 0.88 | 0.29 |
| Hex | 9 | 8C | 51 | 5E | 0 | 2A | 2D | 99 | 58 | 1D |
| Octal | 11 | 214 | 121 | 136 | 0 | 52 | 55 | 231 | 130 | 35 |
| Binary | 1001 | 10001100 | 1010001 | 1011110 | 0 | 101010 | 101101 | 10011001 | 1011000 | 11101 |
Color Harmonies of #098C51
Complementary color
Monochromatic Colors of #098C51
Black with #098C51
Text Example
Text Example
White with #098C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098C51; }
p { color: rgb(9,140,81); }
H1.HeaderClassName
{
color: #098C51;
}
.AnyTagClassName
{
color: #098C51;
}
</style>
background-color css
<style>
a { background-color: #098C51; }
a { background-color: rgb(9,140,81); }
div.DivClassName
{
background-color: #098C51;
}
.BgClassName
{
background-color: #098C51;
}
</style>
border-color css
<style>
span { border-color: #098C51; }
span { border-color: rgb(9,140,81); }
td.TdClassName
{
border-color: #098C51;
}
.TagClassName
{
border-color: #098C51;
}
</style>