Shades of Salem #0C754E
Tints of Salem #0C754E
RGB
CMYK
RGB Variations
Color information
#0C754E (or 0x0C754E) is known color: Salem. HEX triplet: 0C, 75 and 4E. RGB value is (12,117,78). Sum of RGB (Red+Green+Blue) = 12+117+78=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #0C754E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C754E is #F38AB1. Grayscale: #515151. Windows color (decimal): -15960754 or 5141772. OLE color: 5141772.
HSL color Cylindrical-coordinate representation of color #0C754E: hue angle of 157.71º 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 #0C754E is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 117 | 78 | - |
| CMYK | 0.90 | 0 | 0.33 | 0.54 |
| HSL | 157.71º | 0.81% | 0.25% | - |
| HSV(B) | 157.71º | 0.9% | 0.46% | - |
| XYZ | 7.89 | 13.35 | 9.37 | - |
| YUV | 81.16 | 126.21 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 117 | 78 | 0.90 | 0 | 0.33 | 0.54 | 157.71 | 0.81 | 0.25 |
| Hex | C | 75 | 4E | 5A | 0 | 21 | 36 | 9E | 51 | 19 |
| Octal | 14 | 165 | 116 | 132 | 0 | 41 | 66 | 236 | 121 | 31 |
| Binary | 1100 | 1110101 | 1001110 | 1011010 | 0 | 100001 | 110110 | 10011110 | 1010001 | 11001 |
Color Harmonies of #0C754E
Complementary color
Monochromatic Colors of #0C754E
Black with #0C754E
Text Example
Text Example
White with #0C754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C754E; }
p { color: rgb(12,117,78); }
H1.HeaderClassName
{
color: #0C754E;
}
.AnyTagClassName
{
color: #0C754E;
}
</style>
background-color css
<style>
a { background-color: #0C754E; }
a { background-color: rgb(12,117,78); }
div.DivClassName
{
background-color: #0C754E;
}
.BgClassName
{
background-color: #0C754E;
}
</style>
border-color css
<style>
span { border-color: #0C754E; }
span { border-color: rgb(12,117,78); }
td.TdClassName
{
border-color: #0C754E;
}
.TagClassName
{
border-color: #0C754E;
}
</style>