Shades of Salem #098045
Tints of Salem #098045
RGB
CMYK
RGB Variations
Color information
#098045 (or 0x098045) is known color: Salem. HEX triplet: 09, 80 and 45. RGB value is (9,128,69). Sum of RGB (Red+Green+Blue) = 9+128+69=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 69 (27.34% from 255 or 33.50% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #098045 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #098045 is #F67FBA. Grayscale: #555555. Windows color (decimal): -16154555 or 4554761. OLE color: 4554761.
HSL color Cylindrical-coordinate representation of color #098045: hue angle of 150.25º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #098045 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 9 | 128 | 69 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.50 |
| HSL | 150.25º | 0.87% | 0.27% | - |
| HSV(B) | 150.25º | 0.93% | 0.5% | - |
| XYZ | 8.91 | 15.93 | 8.23 | - |
| YUV | 85.69 | 118.58 | 73.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 128 | 69 | 0.93 | 0 | 0.46 | 0.50 | 150.25 | 0.87 | 0.27 |
| Hex | 9 | 80 | 45 | 5D | 0 | 2E | 32 | 96 | 57 | 1B |
| Octal | 11 | 200 | 105 | 135 | 0 | 56 | 62 | 226 | 127 | 33 |
| Binary | 1001 | 10000000 | 1000101 | 1011101 | 0 | 101110 | 110010 | 10010110 | 1010111 | 11011 |
Color Harmonies of #098045
Complementary color
Monochromatic Colors of #098045
Black with #098045
Text Example
Text Example
White with #098045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #098045; }
p { color: rgb(9,128,69); }
H1.HeaderClassName
{
color: #098045;
}
.AnyTagClassName
{
color: #098045;
}
</style>
background-color css
<style>
a { background-color: #098045; }
a { background-color: rgb(9,128,69); }
div.DivClassName
{
background-color: #098045;
}
.BgClassName
{
background-color: #098045;
}
</style>
border-color css
<style>
span { border-color: #098045; }
span { border-color: rgb(9,128,69); }
td.TdClassName
{
border-color: #098045;
}
.TagClassName
{
border-color: #098045;
}
</style>