Shades of Salem #08873B
Tints of Salem #08873B
RGB
CMYK
RGB Variations
Color information
#08873B (or 0x08873B) is known color: Salem. HEX triplet: 08, 87 and 3B. RGB value is (8,135,59). Sum of RGB (Red+Green+Blue) = 8+135+59=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 135 (53.12% from 255 or 66.83% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 135 - color contains mainly: green. Hex color #08873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08873B is #F778C4. Grayscale: #585858. Windows color (decimal): -16218309 or 3901192. OLE color: 3901192.
HSL color Cylindrical-coordinate representation of color #08873B: hue angle of 144.09º 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 #08873B is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 59 | - |
| CMYK | 0.94 | 0 | 0.56 | 0.47 |
| HSL | 144.09º | 0.89% | 0.28% | - |
| HSV(B) | 144.09º | 0.94% | 0.53% | - |
| XYZ | 9.55 | 17.7 | 7.05 | - |
| YUV | 88.36 | 111.42 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 59 | 0.94 | 0 | 0.56 | 0.47 | 144.09 | 0.89 | 0.28 |
| Hex | 8 | 87 | 3B | 5E | 0 | 38 | 2F | 90 | 59 | 1C |
| Octal | 10 | 207 | 73 | 136 | 0 | 70 | 57 | 220 | 131 | 34 |
| Binary | 1000 | 10000111 | 111011 | 1011110 | 0 | 111000 | 101111 | 10010000 | 1011001 | 11100 |
Color Harmonies of #08873B
Complementary color
Monochromatic Colors of #08873B
Black with #08873B
Text Example
Text Example
White with #08873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08873B; }
p { color: rgb(8,135,59); }
H1.HeaderClassName
{
color: #08873B;
}
.AnyTagClassName
{
color: #08873B;
}
</style>
background-color css
<style>
a { background-color: #08873B; }
a { background-color: rgb(8,135,59); }
div.DivClassName
{
background-color: #08873B;
}
.BgClassName
{
background-color: #08873B;
}
</style>
border-color css
<style>
span { border-color: #08873B; }
span { border-color: rgb(8,135,59); }
td.TdClassName
{
border-color: #08873B;
}
.TagClassName
{
border-color: #08873B;
}
</style>