Shades of Salem #088946
Tints of Salem #088946
RGB
CMYK
RGB Variations
Color information
#088946 (or 0x088946) is known color: Salem. HEX triplet: 08, 89 and 46. RGB value is (8,137,70). Sum of RGB (Red+Green+Blue) = 8+137+70=215 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.72% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #088946 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088946 is #F776B9. Grayscale: #5A5A5A. Windows color (decimal): -16217786 or 4622600. OLE color: 4622600.
HSL color Cylindrical-coordinate representation of color #088946: hue angle of 148.84º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088946 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 70 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.46 |
| HSL | 148.84º | 0.89% | 0.28% | - |
| HSV(B) | 148.84º | 0.94% | 0.54% | - |
| XYZ | 10.15 | 18.39 | 8.81 | - |
| YUV | 90.79 | 116.26 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 70 | 0.94 | 0 | 0.49 | 0.46 | 148.84 | 0.89 | 0.28 |
| Hex | 8 | 89 | 46 | 5E | 0 | 31 | 2E | 95 | 59 | 1C |
| Octal | 10 | 211 | 106 | 136 | 0 | 61 | 56 | 225 | 131 | 34 |
| Binary | 1000 | 10001001 | 1000110 | 1011110 | 0 | 110001 | 101110 | 10010101 | 1011001 | 11100 |
Color Harmonies of #088946
Complementary color
Monochromatic Colors of #088946
Black with #088946
Text Example
Text Example
White with #088946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088946; }
p { color: rgb(8,137,70); }
H1.HeaderClassName
{
color: #088946;
}
.AnyTagClassName
{
color: #088946;
}
</style>
background-color css
<style>
a { background-color: #088946; }
a { background-color: rgb(8,137,70); }
div.DivClassName
{
background-color: #088946;
}
.BgClassName
{
background-color: #088946;
}
</style>
border-color css
<style>
span { border-color: #088946; }
span { border-color: rgb(8,137,70); }
td.TdClassName
{
border-color: #088946;
}
.TagClassName
{
border-color: #088946;
}
</style>