Shades of Salem #088945
Tints of Salem #088945
RGB
CMYK
RGB Variations
Color information
#088945 (or 0x088945) is known color: Salem. HEX triplet: 08, 89 and 45. RGB value is (8,137,69). Sum of RGB (Red+Green+Blue) = 8+137+69=214 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.74% from 214); Green value is 137 (53.91% from 255 or 64.02% from 214); Blue value is 69 (27.34% from 255 or 32.24% from 214); Max value from RGB is 137 - color contains mainly: green. Hex color #088945 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088945 is #F776BA. Grayscale: #5A5A5A. Windows color (decimal): -16217787 or 4557064. OLE color: 4557064.
HSL color Cylindrical-coordinate representation of color #088945: hue angle of 148.37º 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 #088945 is Cyan = 0.94, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 69 | - |
| CMYK | 0.94 | 0 | 0.50 | 0.46 |
| HSL | 148.37º | 0.89% | 0.28% | - |
| HSV(B) | 148.37º | 0.94% | 0.54% | - |
| XYZ | 10.12 | 18.37 | 8.64 | - |
| YUV | 90.68 | 115.76 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 69 | 0.94 | 0 | 0.50 | 0.46 | 148.37 | 0.89 | 0.28 |
| Hex | 8 | 89 | 45 | 5E | 0 | 32 | 2E | 94 | 59 | 1C |
| Octal | 10 | 211 | 105 | 136 | 0 | 62 | 56 | 224 | 131 | 34 |
| Binary | 1000 | 10001001 | 1000101 | 1011110 | 0 | 110010 | 101110 | 10010100 | 1011001 | 11100 |
Color Harmonies of #088945
Complementary color
Monochromatic Colors of #088945
Black with #088945
Text Example
Text Example
White with #088945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088945; }
p { color: rgb(8,137,69); }
H1.HeaderClassName
{
color: #088945;
}
.AnyTagClassName
{
color: #088945;
}
</style>
background-color css
<style>
a { background-color: #088945; }
a { background-color: rgb(8,137,69); }
div.DivClassName
{
background-color: #088945;
}
.BgClassName
{
background-color: #088945;
}
</style>
border-color css
<style>
span { border-color: #088945; }
span { border-color: rgb(8,137,69); }
td.TdClassName
{
border-color: #088945;
}
.TagClassName
{
border-color: #088945;
}
</style>