Shades of Salem #0F804F
Tints of Salem #0F804F
RGB
CMYK
RGB Variations
Color information
#0F804F (or 0x0F804F) is known color: Salem. HEX triplet: 0F, 80 and 4F. RGB value is (15,128,79). Sum of RGB (Red+Green+Blue) = 15+128+79=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 79 (31.25% from 255 or 35.59% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #0F804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F804F is #F07FB0. Grayscale: #585858. Windows color (decimal): -15761329 or 5210127. OLE color: 5210127.
HSL color Cylindrical-coordinate representation of color #0F804F: hue angle of 153.98º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F804F is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 15 | 128 | 79 | - |
| CMYK | 0.88 | 0 | 0.38 | 0.50 |
| HSL | 153.98º | 0.79% | 0.28% | - |
| HSV(B) | 153.98º | 0.88% | 0.5% | - |
| XYZ | 9.33 | 16.1 | 10.01 | - |
| YUV | 88.63 | 122.56 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 128 | 79 | 0.88 | 0 | 0.38 | 0.50 | 153.98 | 0.79 | 0.28 |
| Hex | F | 80 | 4F | 58 | 0 | 26 | 32 | 9A | 4F | 1C |
| Octal | 17 | 200 | 117 | 130 | 0 | 46 | 62 | 232 | 117 | 34 |
| Binary | 1111 | 10000000 | 1001111 | 1011000 | 0 | 100110 | 110010 | 10011010 | 1001111 | 11100 |
Color Harmonies of #0F804F
Complementary color
Monochromatic Colors of #0F804F
Black with #0F804F
Text Example
Text Example
White with #0F804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F804F; }
p { color: rgb(15,128,79); }
H1.HeaderClassName
{
color: #0F804F;
}
.AnyTagClassName
{
color: #0F804F;
}
</style>
background-color css
<style>
a { background-color: #0F804F; }
a { background-color: rgb(15,128,79); }
div.DivClassName
{
background-color: #0F804F;
}
.BgClassName
{
background-color: #0F804F;
}
</style>
border-color css
<style>
span { border-color: #0F804F; }
span { border-color: rgb(15,128,79); }
td.TdClassName
{
border-color: #0F804F;
}
.TagClassName
{
border-color: #0F804F;
}
</style>