Shades of Salem #088846
Tints of Salem #088846
RGB
CMYK
RGB Variations
Color information
#088846 (or 0x088846) is known color: Salem. HEX triplet: 08, 88 and 46. RGB value is (8,136,70). Sum of RGB (Red+Green+Blue) = 8+136+70=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 70 (27.73% from 255 or 32.71% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #088846 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088846 is #F777B9. Grayscale: #5A5A5A. Windows color (decimal): -16218042 or 4622344. OLE color: 4622344.
HSL color Cylindrical-coordinate representation of color #088846: hue angle of 149.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #088846 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 70 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.47 |
| HSL | 149.06º | 0.89% | 0.28% | - |
| HSV(B) | 149.06º | 0.94% | 0.53% | - |
| XYZ | 10.01 | 18.1 | 8.76 | - |
| YUV | 90.2 | 116.59 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 70 | 0.94 | 0 | 0.49 | 0.47 | 149.06 | 0.89 | 0.28 |
| Hex | 8 | 88 | 46 | 5E | 0 | 31 | 2F | 95 | 59 | 1C |
| Octal | 10 | 210 | 106 | 136 | 0 | 61 | 57 | 225 | 131 | 34 |
| Binary | 1000 | 10001000 | 1000110 | 1011110 | 0 | 110001 | 101111 | 10010101 | 1011001 | 11100 |
Color Harmonies of #088846
Complementary color
Monochromatic Colors of #088846
Black with #088846
Text Example
Text Example
White with #088846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088846; }
p { color: rgb(8,136,70); }
H1.HeaderClassName
{
color: #088846;
}
.AnyTagClassName
{
color: #088846;
}
</style>
background-color css
<style>
a { background-color: #088846; }
a { background-color: rgb(8,136,70); }
div.DivClassName
{
background-color: #088846;
}
.BgClassName
{
background-color: #088846;
}
</style>
border-color css
<style>
span { border-color: #088846; }
span { border-color: rgb(8,136,70); }
td.TdClassName
{
border-color: #088846;
}
.TagClassName
{
border-color: #088846;
}
</style>