Shades of Salem #08854F
Tints of Salem #08854F
RGB
CMYK
RGB Variations
Color information
#08854F (or 0x08854F) is known color: Salem. HEX triplet: 08, 85 and 4F. RGB value is (8,133,79). Sum of RGB (Red+Green+Blue) = 8+133+79=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 133 (52.34% from 255 or 60.45% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 133 - color contains mainly: green. Hex color #08854F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08854F is #F77AB0. Grayscale: #595959. Windows color (decimal): -16218801 or 5211400. OLE color: 5211400.
HSL color Cylindrical-coordinate representation of color #08854F: hue angle of 154.08º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08854F is Cyan = 0.94, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 8 | 133 | 79 | - |
| CMYK | 0.94 | 0 | 0.41 | 0.48 |
| HSL | 154.08º | 0.89% | 0.28% | - |
| HSV(B) | 154.08º | 0.94% | 0.52% | - |
| XYZ | 9.9 | 17.39 | 10.23 | - |
| YUV | 89.47 | 122.09 | 69.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 133 | 79 | 0.94 | 0 | 0.41 | 0.48 | 154.08 | 0.89 | 0.28 |
| Hex | 8 | 85 | 4F | 5E | 0 | 29 | 30 | 9A | 59 | 1C |
| Octal | 10 | 205 | 117 | 136 | 0 | 51 | 60 | 232 | 131 | 34 |
| Binary | 1000 | 10000101 | 1001111 | 1011110 | 0 | 101001 | 110000 | 10011010 | 1011001 | 11100 |
Color Harmonies of #08854F
Complementary color
Monochromatic Colors of #08854F
Black with #08854F
Text Example
Text Example
White with #08854F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08854F; }
p { color: rgb(8,133,79); }
H1.HeaderClassName
{
color: #08854F;
}
.AnyTagClassName
{
color: #08854F;
}
</style>
background-color css
<style>
a { background-color: #08854F; }
a { background-color: rgb(8,133,79); }
div.DivClassName
{
background-color: #08854F;
}
.BgClassName
{
background-color: #08854F;
}
</style>
border-color css
<style>
span { border-color: #08854F; }
span { border-color: rgb(8,133,79); }
td.TdClassName
{
border-color: #08854F;
}
.TagClassName
{
border-color: #08854F;
}
</style>