Shades of Salem #08874C
Tints of Salem #08874C
RGB
CMYK
RGB Variations
Color information
#08874C (or 0x08874C) is known color: Salem. HEX triplet: 08, 87 and 4C. RGB value is (8,135,76). Sum of RGB (Red+Green+Blue) = 8+135+76=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 135 (53.12% from 255 or 61.64% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 135 - color contains mainly: green. Hex color #08874C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08874C is #F778B3. Grayscale: #5A5A5A. Windows color (decimal): -16218292 or 5015304. OLE color: 5015304.
HSL color Cylindrical-coordinate representation of color #08874C: hue angle of 152.13º 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 #08874C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 135 | 76 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.47 |
| HSL | 152.13º | 0.89% | 0.28% | - |
| HSV(B) | 152.13º | 0.94% | 0.53% | - |
| XYZ | 10.07 | 17.9 | 9.76 | - |
| YUV | 90.3 | 119.92 | 69.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 76 | 0.94 | 0 | 0.44 | 0.47 | 152.13 | 0.89 | 0.28 |
| Hex | 8 | 87 | 4C | 5E | 0 | 2C | 2F | 98 | 59 | 1C |
| Octal | 10 | 207 | 114 | 136 | 0 | 54 | 57 | 230 | 131 | 34 |
| Binary | 1000 | 10000111 | 1001100 | 1011110 | 0 | 101100 | 101111 | 10011000 | 1011001 | 11100 |
Color Harmonies of #08874C
Complementary color
Monochromatic Colors of #08874C
Black with #08874C
Text Example
Text Example
White with #08874C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08874C; }
p { color: rgb(8,135,76); }
H1.HeaderClassName
{
color: #08874C;
}
.AnyTagClassName
{
color: #08874C;
}
</style>
background-color css
<style>
a { background-color: #08874C; }
a { background-color: rgb(8,135,76); }
div.DivClassName
{
background-color: #08874C;
}
.BgClassName
{
background-color: #08874C;
}
</style>
border-color css
<style>
span { border-color: #08874C; }
span { border-color: rgb(8,135,76); }
td.TdClassName
{
border-color: #08874C;
}
.TagClassName
{
border-color: #08874C;
}
</style>