Shades of Salem #0C754C
Tints of Salem #0C754C
RGB
CMYK
RGB Variations
Color information
#0C754C (or 0x0C754C) is known color: Salem. HEX triplet: 0C, 75 and 4C. RGB value is (12,117,76). Sum of RGB (Red+Green+Blue) = 12+117+76=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #0C754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C754C is #F38AB3. Grayscale: #505050. Windows color (decimal): -15960756 or 5010700. OLE color: 5010700.
HSL color Cylindrical-coordinate representation of color #0C754C: hue angle of 156.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C754C is Cyan = 0.90, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 76 | - |
| CMYK | 0.90 | 0 | 0.35 | 0.54 |
| HSL | 156.57º | 0.81% | 0.25% | - |
| HSV(B) | 156.57º | 0.9% | 0.46% | - |
| XYZ | 7.82 | 13.32 | 9 | - |
| YUV | 80.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 76 | 0.90 | 0 | 0.35 | 0.54 | 156.57 | 0.81 | 0.25 |
| Hex | C | 75 | 4C | 5A | 0 | 23 | 36 | 9D | 51 | 19 |
| Octal | 14 | 165 | 114 | 132 | 0 | 43 | 66 | 235 | 121 | 31 |
| Binary | 1100 | 1110101 | 1001100 | 1011010 | 0 | 100011 | 110110 | 10011101 | 1010001 | 11001 |
Color Harmonies of #0C754C
Complementary color
Monochromatic Colors of #0C754C
Black with #0C754C
Text Example
Text Example
White with #0C754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C754C; }
p { color: rgb(12,117,76); }
H1.HeaderClassName
{
color: #0C754C;
}
.AnyTagClassName
{
color: #0C754C;
}
</style>
background-color css
<style>
a { background-color: #0C754C; }
a { background-color: rgb(12,117,76); }
div.DivClassName
{
background-color: #0C754C;
}
.BgClassName
{
background-color: #0C754C;
}
</style>
border-color css
<style>
span { border-color: #0C754C; }
span { border-color: rgb(12,117,76); }
td.TdClassName
{
border-color: #0C754C;
}
.TagClassName
{
border-color: #0C754C;
}
</style>