Shades of Salem #08864A
Tints of Salem #08864A
RGB
CMYK
RGB Variations
Color information
#08864A (or 0x08864A) is known color: Salem. HEX triplet: 08, 86 and 4A. RGB value is (8,134,74). Sum of RGB (Red+Green+Blue) = 8+134+74=216 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.70% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #08864A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08864A is #F779B5. Grayscale: #595959. Windows color (decimal): -16218550 or 4883976. OLE color: 4883976.
HSL color Cylindrical-coordinate representation of color #08864A: hue angle of 151.43º 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 #08864A is Cyan = 0.94, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 8 | 134 | 74 | - |
| CMYK | 0.94 | 0 | 0.45 | 0.47 |
| HSL | 151.43º | 0.89% | 0.28% | - |
| HSV(B) | 151.43º | 0.94% | 0.53% | - |
| XYZ | 9.86 | 17.6 | 9.36 | - |
| YUV | 89.49 | 119.26 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 134 | 74 | 0.94 | 0 | 0.45 | 0.47 | 151.43 | 0.89 | 0.28 |
| Hex | 8 | 86 | 4A | 5E | 0 | 2D | 2F | 97 | 59 | 1C |
| Octal | 10 | 206 | 112 | 136 | 0 | 55 | 57 | 227 | 131 | 34 |
| Binary | 1000 | 10000110 | 1001010 | 1011110 | 0 | 101101 | 101111 | 10010111 | 1011001 | 11100 |
Color Harmonies of #08864A
Complementary color
Monochromatic Colors of #08864A
Black with #08864A
Text Example
Text Example
White with #08864A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08864A; }
p { color: rgb(8,134,74); }
H1.HeaderClassName
{
color: #08864A;
}
.AnyTagClassName
{
color: #08864A;
}
</style>
background-color css
<style>
a { background-color: #08864A; }
a { background-color: rgb(8,134,74); }
div.DivClassName
{
background-color: #08864A;
}
.BgClassName
{
background-color: #08864A;
}
</style>
border-color css
<style>
span { border-color: #08864A; }
span { border-color: rgb(8,134,74); }
td.TdClassName
{
border-color: #08864A;
}
.TagClassName
{
border-color: #08864A;
}
</style>