Shades of Salem #08893A
Tints of Salem #08893A
RGB
CMYK
RGB Variations
Color information
#08893A (or 0x08893A) is known color: Salem. HEX triplet: 08, 89 and 3A. RGB value is (8,137,58). Sum of RGB (Red+Green+Blue) = 8+137+58=203 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.94% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 58 (23.05% from 255 or 28.57% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #08893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08893A is #F776C5. Grayscale: #595959. Windows color (decimal): -16217798 or 3836168. OLE color: 3836168.
HSL color Cylindrical-coordinate representation of color #08893A: hue angle of 143.26º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08893A is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 8 | 137 | 58 | - |
| CMYK | 0.94 | 0 | 0.58 | 0.46 |
| HSL | 143.26º | 0.89% | 0.28% | - |
| HSV(B) | 143.26º | 0.94% | 0.54% | - |
| XYZ | 9.81 | 18.25 | 7.01 | - |
| YUV | 89.42 | 110.26 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 137 | 58 | 0.94 | 0 | 0.58 | 0.46 | 143.26 | 0.89 | 0.28 |
| Hex | 8 | 89 | 3A | 5E | 0 | 3A | 2E | 8F | 59 | 1C |
| Octal | 10 | 211 | 72 | 136 | 0 | 72 | 56 | 217 | 131 | 34 |
| Binary | 1000 | 10001001 | 111010 | 1011110 | 0 | 111010 | 101110 | 10001111 | 1011001 | 11100 |
Color Harmonies of #08893A
Complementary color
Monochromatic Colors of #08893A
Black with #08893A
Text Example
Text Example
White with #08893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08893A; }
p { color: rgb(8,137,58); }
H1.HeaderClassName
{
color: #08893A;
}
.AnyTagClassName
{
color: #08893A;
}
</style>
background-color css
<style>
a { background-color: #08893A; }
a { background-color: rgb(8,137,58); }
div.DivClassName
{
background-color: #08893A;
}
.BgClassName
{
background-color: #08893A;
}
</style>
border-color css
<style>
span { border-color: #08893A; }
span { border-color: rgb(8,137,58); }
td.TdClassName
{
border-color: #08893A;
}
.TagClassName
{
border-color: #08893A;
}
</style>