Shades of Salem #0F714E
Tints of Salem #0F714E
RGB
CMYK
RGB Variations
Color information
#0F714E (or 0x0F714E) is known color: Salem. HEX triplet: 0F, 71 and 4E. RGB value is (15,113,78). Sum of RGB (Red+Green+Blue) = 15+113+78=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 113 (44.53% from 255 or 54.85% from 206); Blue value is 78 (30.86% from 255 or 37.86% from 206); Max value from RGB is 113 - color contains mainly: green. Hex color #0F714E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F714E is #F08EB1. Grayscale: #4F4F4F. Windows color (decimal): -15765170 or 5140751. OLE color: 5140751.
HSL color Cylindrical-coordinate representation of color #0F714E: hue angle of 158.57º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F714E is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 15 | 113 | 78 | - |
| CMYK | 0.87 | 0 | 0.31 | 0.56 |
| HSL | 158.57º | 0.77% | 0.25% | - |
| HSV(B) | 158.57º | 0.87% | 0.44% | - |
| XYZ | 7.48 | 12.46 | 9.22 | - |
| YUV | 79.71 | 127.03 | 81.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 113 | 78 | 0.87 | 0 | 0.31 | 0.56 | 158.57 | 0.77 | 0.25 |
| Hex | F | 71 | 4E | 57 | 0 | 1F | 38 | 9F | 4D | 19 |
| Octal | 17 | 161 | 116 | 127 | 0 | 37 | 70 | 237 | 115 | 31 |
| Binary | 1111 | 1110001 | 1001110 | 1010111 | 0 | 11111 | 111000 | 10011111 | 1001101 | 11001 |
Color Harmonies of #0F714E
Complementary color
Monochromatic Colors of #0F714E
Black with #0F714E
Text Example
Text Example
White with #0F714E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F714E; }
p { color: rgb(15,113,78); }
H1.HeaderClassName
{
color: #0F714E;
}
.AnyTagClassName
{
color: #0F714E;
}
</style>
background-color css
<style>
a { background-color: #0F714E; }
a { background-color: rgb(15,113,78); }
div.DivClassName
{
background-color: #0F714E;
}
.BgClassName
{
background-color: #0F714E;
}
</style>
border-color css
<style>
span { border-color: #0F714E; }
span { border-color: rgb(15,113,78); }
td.TdClassName
{
border-color: #0F714E;
}
.TagClassName
{
border-color: #0F714E;
}
</style>