Shades of Salem #0C893A
Tints of Salem #0C893A
RGB
CMYK
RGB Variations
Color information
#0C893A (or 0x0C893A) is known color: Salem. HEX triplet: 0C, 89 and 3A. RGB value is (12,137,58). Sum of RGB (Red+Green+Blue) = 12+137+58=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 137 (53.91% from 255 or 66.18% from 207); Blue value is 58 (23.05% from 255 or 28.02% from 207); Max value from RGB is 137 - color contains mainly: green. Hex color #0C893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C893A is #F376C5. Grayscale: #5A5A5A. Windows color (decimal): -15955654 or 3836172. OLE color: 3836172.
HSL color Cylindrical-coordinate representation of color #0C893A: hue angle of 142.08º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C893A is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 58 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.46 |
| HSL | 142.08º | 0.84% | 0.29% | - |
| HSV(B) | 142.08º | 0.91% | 0.54% | - |
| XYZ | 9.86 | 18.27 | 7.01 | - |
| YUV | 90.62 | 109.59 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 58 | 0.91 | 0 | 0.58 | 0.46 | 142.08 | 0.84 | 0.29 |
| Hex | C | 89 | 3A | 5B | 0 | 3A | 2E | 8E | 54 | 1D |
| Octal | 14 | 211 | 72 | 133 | 0 | 72 | 56 | 216 | 124 | 35 |
| Binary | 1100 | 10001001 | 111010 | 1011011 | 0 | 111010 | 101110 | 10001110 | 1010100 | 11101 |
Color Harmonies of #0C893A
Complementary color
Monochromatic Colors of #0C893A
Black with #0C893A
Text Example
Text Example
White with #0C893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C893A; }
p { color: rgb(12,137,58); }
H1.HeaderClassName
{
color: #0C893A;
}
.AnyTagClassName
{
color: #0C893A;
}
</style>
background-color css
<style>
a { background-color: #0C893A; }
a { background-color: rgb(12,137,58); }
div.DivClassName
{
background-color: #0C893A;
}
.BgClassName
{
background-color: #0C893A;
}
</style>
border-color css
<style>
span { border-color: #0C893A; }
span { border-color: rgb(12,137,58); }
td.TdClassName
{
border-color: #0C893A;
}
.TagClassName
{
border-color: #0C893A;
}
</style>