Shades of Salem #0F784F
Tints of Salem #0F784F
RGB
CMYK
RGB Variations
Color information
#0F784F (or 0x0F784F) is known color: Salem. HEX triplet: 0F, 78 and 4F. RGB value is (15,120,79). Sum of RGB (Red+Green+Blue) = 15+120+79=214 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.01% from 214); Green value is 120 (47.27% from 255 or 56.07% from 214); Blue value is 79 (31.25% from 255 or 36.92% from 214); Max value from RGB is 120 - color contains mainly: green. Hex color #0F784F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F784F is #F087B0. Grayscale: #535353. Windows color (decimal): -15763377 or 5208079. OLE color: 5208079.
HSL color Cylindrical-coordinate representation of color #0F784F: hue angle of 156.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F784F is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 120 | 79 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.53 |
| HSL | 156.57º | 0.78% | 0.26% | - |
| HSV(B) | 156.57º | 0.88% | 0.47% | - |
| XYZ | 8.32 | 14.1 | 9.68 | - |
| YUV | 83.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 120 | 79 | 0.87 | 0 | 0.34 | 0.53 | 156.57 | 0.78 | 0.26 |
| Hex | F | 78 | 4F | 57 | 0 | 22 | 35 | 9D | 4E | 1A |
| Octal | 17 | 170 | 117 | 127 | 0 | 42 | 65 | 235 | 116 | 32 |
| Binary | 1111 | 1111000 | 1001111 | 1010111 | 0 | 100010 | 110101 | 10011101 | 1001110 | 11010 |
Color Harmonies of #0F784F
Complementary color
Monochromatic Colors of #0F784F
Black with #0F784F
Text Example
Text Example
White with #0F784F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F784F; }
p { color: rgb(15,120,79); }
H1.HeaderClassName
{
color: #0F784F;
}
.AnyTagClassName
{
color: #0F784F;
}
</style>
background-color css
<style>
a { background-color: #0F784F; }
a { background-color: rgb(15,120,79); }
div.DivClassName
{
background-color: #0F784F;
}
.BgClassName
{
background-color: #0F784F;
}
</style>
border-color css
<style>
span { border-color: #0F784F; }
span { border-color: rgb(15,120,79); }
td.TdClassName
{
border-color: #0F784F;
}
.TagClassName
{
border-color: #0F784F;
}
</style>