Shades of Salem #08873F
Tints of Salem #08873F
RGB
CMYK
RGB Variations
Color information
#08873F (or 0x08873F) is known color: Salem. HEX triplet: 08, 87 and 3F. RGB value is (8,135,63). Sum of RGB (Red+Green+Blue) = 8+135+63=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 135 (53.12% from 255 or 65.53% from 206); Blue value is 63 (25% from 255 or 30.58% from 206); Max value from RGB is 135 - color contains mainly: green. Hex color #08873F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08873F is #F778C0. Grayscale: #585858. Windows color (decimal): -16218305 or 4163336. OLE color: 4163336.
HSL color Cylindrical-coordinate representation of color #08873F: hue angle of 145.98º 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 #08873F is Cyan = 0.94, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 63 | - |
| CMYK | 0.94 | 0 | 0.53 | 0.47 |
| HSL | 145.98º | 0.89% | 0.28% | - |
| HSV(B) | 145.98º | 0.94% | 0.53% | - |
| XYZ | 9.66 | 17.74 | 7.62 | - |
| YUV | 88.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 63 | 0.94 | 0 | 0.53 | 0.47 | 145.98 | 0.89 | 0.28 |
| Hex | 8 | 87 | 3F | 5E | 0 | 35 | 2F | 92 | 59 | 1C |
| Octal | 10 | 207 | 77 | 136 | 0 | 65 | 57 | 222 | 131 | 34 |
| Binary | 1000 | 10000111 | 111111 | 1011110 | 0 | 110101 | 101111 | 10010010 | 1011001 | 11100 |
Color Harmonies of #08873F
Complementary color
Monochromatic Colors of #08873F
Black with #08873F
Text Example
Text Example
White with #08873F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08873F; }
p { color: rgb(8,135,63); }
H1.HeaderClassName
{
color: #08873F;
}
.AnyTagClassName
{
color: #08873F;
}
</style>
background-color css
<style>
a { background-color: #08873F; }
a { background-color: rgb(8,135,63); }
div.DivClassName
{
background-color: #08873F;
}
.BgClassName
{
background-color: #08873F;
}
</style>
border-color css
<style>
span { border-color: #08873F; }
span { border-color: rgb(8,135,63); }
td.TdClassName
{
border-color: #08873F;
}
.TagClassName
{
border-color: #08873F;
}
</style>