Shades of Salem #08884F
Tints of Salem #08884F
RGB
CMYK
RGB Variations
Color information
#08884F (or 0x08884F) is known color: Salem. HEX triplet: 08, 88 and 4F. RGB value is (8,136,79). Sum of RGB (Red+Green+Blue) = 8+136+79=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 136 (53.52% from 255 or 60.99% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 136 - color contains mainly: green. Hex color #08884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08884F is #F777B0. Grayscale: #5B5B5B. Windows color (decimal): -16218033 or 5212168. OLE color: 5212168.
HSL color Cylindrical-coordinate representation of color #08884F: hue angle of 153.28º 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 #08884F is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 136 | 79 | - |
| CMYK | 0.94 | 0 | 0.42 | 0.47 |
| HSL | 153.28º | 0.89% | 0.28% | - |
| HSV(B) | 153.28º | 0.94% | 0.53% | - |
| XYZ | 10.32 | 18.22 | 10.37 | - |
| YUV | 91.23 | 121.09 | 68.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 136 | 79 | 0.94 | 0 | 0.42 | 0.47 | 153.28 | 0.89 | 0.28 |
| Hex | 8 | 88 | 4F | 5E | 0 | 2A | 2F | 99 | 59 | 1C |
| Octal | 10 | 210 | 117 | 136 | 0 | 52 | 57 | 231 | 131 | 34 |
| Binary | 1000 | 10001000 | 1001111 | 1011110 | 0 | 101010 | 101111 | 10011001 | 1011001 | 11100 |
Color Harmonies of #08884F
Complementary color
Monochromatic Colors of #08884F
Black with #08884F
Text Example
Text Example
White with #08884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08884F; }
p { color: rgb(8,136,79); }
H1.HeaderClassName
{
color: #08884F;
}
.AnyTagClassName
{
color: #08884F;
}
</style>
background-color css
<style>
a { background-color: #08884F; }
a { background-color: rgb(8,136,79); }
div.DivClassName
{
background-color: #08884F;
}
.BgClassName
{
background-color: #08884F;
}
</style>
border-color css
<style>
span { border-color: #08884F; }
span { border-color: rgb(8,136,79); }
td.TdClassName
{
border-color: #08884F;
}
.TagClassName
{
border-color: #08884F;
}
</style>