Shades of Salem #0F744C
Tints of Salem #0F744C
RGB
CMYK
RGB Variations
Color information
#0F744C (or 0x0F744C) is known color: Salem. HEX triplet: 0F, 74 and 4C. RGB value is (15,116,76). Sum of RGB (Red+Green+Blue) = 15+116+76=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #0F744C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F744C is #F08BB3. Grayscale: #515151. Windows color (decimal): -15764404 or 5010447. OLE color: 5010447.
HSL color Cylindrical-coordinate representation of color #0F744C: hue angle of 156.24º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F744C is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 116 | 76 | - |
| CMYK | 0.87 | 0 | 0.34 | 0.55 |
| HSL | 156.24º | 0.77% | 0.26% | - |
| HSV(B) | 156.24º | 0.87% | 0.45% | - |
| XYZ | 7.75 | 13.11 | 8.96 | - |
| YUV | 81.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 116 | 76 | 0.87 | 0 | 0.34 | 0.55 | 156.24 | 0.77 | 0.26 |
| Hex | F | 74 | 4C | 57 | 0 | 22 | 37 | 9C | 4D | 1A |
| Octal | 17 | 164 | 114 | 127 | 0 | 42 | 67 | 234 | 115 | 32 |
| Binary | 1111 | 1110100 | 1001100 | 1010111 | 0 | 100010 | 110111 | 10011100 | 1001101 | 11010 |
Color Harmonies of #0F744C
Complementary color
Monochromatic Colors of #0F744C
Black with #0F744C
Text Example
Text Example
White with #0F744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F744C; }
p { color: rgb(15,116,76); }
H1.HeaderClassName
{
color: #0F744C;
}
.AnyTagClassName
{
color: #0F744C;
}
</style>
background-color css
<style>
a { background-color: #0F744C; }
a { background-color: rgb(15,116,76); }
div.DivClassName
{
background-color: #0F744C;
}
.BgClassName
{
background-color: #0F744C;
}
</style>
border-color css
<style>
span { border-color: #0F744C; }
span { border-color: rgb(15,116,76); }
td.TdClassName
{
border-color: #0F744C;
}
.TagClassName
{
border-color: #0F744C;
}
</style>