Shades of Salem #0C894F
Tints of Salem #0C894F
RGB
CMYK
RGB Variations
Color information
#0C894F (or 0x0C894F) is known color: Salem. HEX triplet: 0C, 89 and 4F. RGB value is (12,137,79). Sum of RGB (Red+Green+Blue) = 12+137+79=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 79 (31.25% from 255 or 34.65% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #0C894F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C894F is #F376B0. Grayscale: #5D5D5D. Windows color (decimal): -15955633 or 5212428. OLE color: 5212428.
HSL color Cylindrical-coordinate representation of color #0C894F: hue angle of 152.16º 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 #0C894F is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 79 | - |
| CMYK | 0.91 | 0 | 0.42 | 0.46 |
| HSL | 152.16º | 0.84% | 0.29% | - |
| HSV(B) | 152.16º | 0.91% | 0.54% | - |
| XYZ | 10.51 | 18.53 | 10.42 | - |
| YUV | 93.01 | 120.09 | 70.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 79 | 0.91 | 0 | 0.42 | 0.46 | 152.16 | 0.84 | 0.29 |
| Hex | C | 89 | 4F | 5B | 0 | 2A | 2E | 98 | 54 | 1D |
| Octal | 14 | 211 | 117 | 133 | 0 | 52 | 56 | 230 | 124 | 35 |
| Binary | 1100 | 10001001 | 1001111 | 1011011 | 0 | 101010 | 101110 | 10011000 | 1010100 | 11101 |
Color Harmonies of #0C894F
Complementary color
Monochromatic Colors of #0C894F
Black with #0C894F
Text Example
Text Example
White with #0C894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C894F; }
p { color: rgb(12,137,79); }
H1.HeaderClassName
{
color: #0C894F;
}
.AnyTagClassName
{
color: #0C894F;
}
</style>
background-color css
<style>
a { background-color: #0C894F; }
a { background-color: rgb(12,137,79); }
div.DivClassName
{
background-color: #0C894F;
}
.BgClassName
{
background-color: #0C894F;
}
</style>
border-color css
<style>
span { border-color: #0C894F; }
span { border-color: rgb(12,137,79); }
td.TdClassName
{
border-color: #0C894F;
}
.TagClassName
{
border-color: #0C894F;
}
</style>