Shades of Salem #088745
Tints of Salem #088745
RGB
CMYK
RGB Variations
Color information
#088745 (or 0x088745) is known color: Salem. HEX triplet: 08, 87 and 45. RGB value is (8,135,69). Sum of RGB (Red+Green+Blue) = 8+135+69=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 135 (53.12% from 255 or 63.68% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 135 - color contains mainly: green. Hex color #088745 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #088745 is #F778BA. Grayscale: #595959. Windows color (decimal): -16218299 or 4556552. OLE color: 4556552.
HSL color Cylindrical-coordinate representation of color #088745: hue angle of 148.82º 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 #088745 is Cyan = 0.94, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 69 | - |
| CMYK | 0.94 | 0 | 0.49 | 0.47 |
| HSL | 148.82º | 0.89% | 0.28% | - |
| HSV(B) | 148.82º | 0.94% | 0.53% | - |
| XYZ | 9.84 | 17.81 | 8.55 | - |
| YUV | 89.5 | 116.42 | 69.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 69 | 0.94 | 0 | 0.49 | 0.47 | 148.82 | 0.89 | 0.28 |
| Hex | 8 | 87 | 45 | 5E | 0 | 31 | 2F | 95 | 59 | 1C |
| Octal | 10 | 207 | 105 | 136 | 0 | 61 | 57 | 225 | 131 | 34 |
| Binary | 1000 | 10000111 | 1000101 | 1011110 | 0 | 110001 | 101111 | 10010101 | 1011001 | 11100 |
Color Harmonies of #088745
Complementary color
Monochromatic Colors of #088745
Black with #088745
Text Example
Text Example
White with #088745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088745; }
p { color: rgb(8,135,69); }
H1.HeaderClassName
{
color: #088745;
}
.AnyTagClassName
{
color: #088745;
}
</style>
background-color css
<style>
a { background-color: #088745; }
a { background-color: rgb(8,135,69); }
div.DivClassName
{
background-color: #088745;
}
.BgClassName
{
background-color: #088745;
}
</style>
border-color css
<style>
span { border-color: #088745; }
span { border-color: rgb(8,135,69); }
td.TdClassName
{
border-color: #088745;
}
.TagClassName
{
border-color: #088745;
}
</style>