Shades of Salem #08874D
Tints of Salem #08874D
RGB
CMYK
RGB Variations
Color information
#08874D (or 0x08874D) is known color: Salem. HEX triplet: 08, 87 and 4D. RGB value is (8,135,77). Sum of RGB (Red+Green+Blue) = 8+135+77=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 135 (53.12% from 255 or 61.36% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 135 - color contains mainly: green. Hex color #08874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08874D is #F778B2. Grayscale: #5A5A5A. Windows color (decimal): -16218291 or 5080840. OLE color: 5080840.
HSL color Cylindrical-coordinate representation of color #08874D: hue angle of 152.6º 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 #08874D is Cyan = 0.94, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 77 | - |
| CMYK | 0.94 | 0 | 0.43 | 0.47 |
| HSL | 152.6º | 0.89% | 0.28% | - |
| HSV(B) | 152.6º | 0.94% | 0.53% | - |
| XYZ | 10.1 | 17.92 | 9.95 | - |
| YUV | 90.42 | 120.42 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 77 | 0.94 | 0 | 0.43 | 0.47 | 152.6 | 0.89 | 0.28 |
| Hex | 8 | 87 | 4D | 5E | 0 | 2B | 2F | 99 | 59 | 1C |
| Octal | 10 | 207 | 115 | 136 | 0 | 53 | 57 | 231 | 131 | 34 |
| Binary | 1000 | 10000111 | 1001101 | 1011110 | 0 | 101011 | 101111 | 10011001 | 1011001 | 11100 |
Color Harmonies of #08874D
Complementary color
Monochromatic Colors of #08874D
Black with #08874D
Text Example
Text Example
White with #08874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08874D; }
p { color: rgb(8,135,77); }
H1.HeaderClassName
{
color: #08874D;
}
.AnyTagClassName
{
color: #08874D;
}
</style>
background-color css
<style>
a { background-color: #08874D; }
a { background-color: rgb(8,135,77); }
div.DivClassName
{
background-color: #08874D;
}
.BgClassName
{
background-color: #08874D;
}
</style>
border-color css
<style>
span { border-color: #08874D; }
span { border-color: rgb(8,135,77); }
td.TdClassName
{
border-color: #08874D;
}
.TagClassName
{
border-color: #08874D;
}
</style>