Shades of Salem #08884C
Tints of Salem #08884C
RGB
CMYK
RGB Variations
Color information
#08884C (or 0x08884C) is known color: Salem. HEX triplet: 08, 88 and 4C. RGB value is (8,136,76). Sum of RGB (Red+Green+Blue) = 8+136+76=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 136 (53.52% from 255 or 61.82% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 136 - color contains mainly: green. Hex color #08884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08884C is #F777B3. Grayscale: #5B5B5B. Windows color (decimal): -16218036 or 5015560. OLE color: 5015560.
HSL color Cylindrical-coordinate representation of color #08884C: hue angle of 151.88º 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 #08884C is Cyan = 0.94, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 76 | - |
| CMYK | 0.94 | 0 | 0.44 | 0.47 |
| HSL | 151.88º | 0.89% | 0.28% | - |
| HSV(B) | 151.88º | 0.94% | 0.53% | - |
| XYZ | 10.21 | 18.18 | 9.81 | - |
| YUV | 90.89 | 119.59 | 68.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 76 | 0.94 | 0 | 0.44 | 0.47 | 151.88 | 0.89 | 0.28 |
| Hex | 8 | 88 | 4C | 5E | 0 | 2C | 2F | 98 | 59 | 1C |
| Octal | 10 | 210 | 114 | 136 | 0 | 54 | 57 | 230 | 131 | 34 |
| Binary | 1000 | 10001000 | 1001100 | 1011110 | 0 | 101100 | 101111 | 10011000 | 1011001 | 11100 |
Color Harmonies of #08884C
Complementary color
Monochromatic Colors of #08884C
Black with #08884C
Text Example
Text Example
White with #08884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08884C; }
p { color: rgb(8,136,76); }
H1.HeaderClassName
{
color: #08884C;
}
.AnyTagClassName
{
color: #08884C;
}
</style>
background-color css
<style>
a { background-color: #08884C; }
a { background-color: rgb(8,136,76); }
div.DivClassName
{
background-color: #08884C;
}
.BgClassName
{
background-color: #08884C;
}
</style>
border-color css
<style>
span { border-color: #08884C; }
span { border-color: rgb(8,136,76); }
td.TdClassName
{
border-color: #08884C;
}
.TagClassName
{
border-color: #08884C;
}
</style>