Shades of Salem #0F774D
Tints of Salem #0F774D
RGB
CMYK
RGB Variations
Color information
#0F774D (or 0x0F774D) is known color: Salem. HEX triplet: 0F, 77 and 4D. RGB value is (15,119,77). Sum of RGB (Red+Green+Blue) = 15+119+77=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 119 (46.88% from 255 or 56.40% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 119 - color contains mainly: green. Hex color #0F774D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F774D is #F088B2. Grayscale: #535353. Windows color (decimal): -15763635 or 5076751. OLE color: 5076751.
HSL color Cylindrical-coordinate representation of color #0F774D: hue angle of 155.77º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F774D is Cyan = 0.87, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 15 | 119 | 77 | - |
| CMYK | 0.87 | 0 | 0.35 | 0.53 |
| HSL | 155.77º | 0.78% | 0.26% | - |
| HSV(B) | 155.77º | 0.87% | 0.47% | - |
| XYZ | 8.13 | 13.83 | 9.26 | - |
| YUV | 83.12 | 124.54 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 119 | 77 | 0.87 | 0 | 0.35 | 0.53 | 155.77 | 0.78 | 0.26 |
| Hex | F | 77 | 4D | 57 | 0 | 23 | 35 | 9C | 4E | 1A |
| Octal | 17 | 167 | 115 | 127 | 0 | 43 | 65 | 234 | 116 | 32 |
| Binary | 1111 | 1110111 | 1001101 | 1010111 | 0 | 100011 | 110101 | 10011100 | 1001110 | 11010 |
Color Harmonies of #0F774D
Complementary color
Monochromatic Colors of #0F774D
Black with #0F774D
Text Example
Text Example
White with #0F774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F774D; }
p { color: rgb(15,119,77); }
H1.HeaderClassName
{
color: #0F774D;
}
.AnyTagClassName
{
color: #0F774D;
}
</style>
background-color css
<style>
a { background-color: #0F774D; }
a { background-color: rgb(15,119,77); }
div.DivClassName
{
background-color: #0F774D;
}
.BgClassName
{
background-color: #0F774D;
}
</style>
border-color css
<style>
span { border-color: #0F774D; }
span { border-color: rgb(15,119,77); }
td.TdClassName
{
border-color: #0F774D;
}
.TagClassName
{
border-color: #0F774D;
}
</style>