Shades of Salem #0C893F
Tints of Salem #0C893F
RGB
CMYK
RGB Variations
Color information
#0C893F (or 0x0C893F) is known color: Salem. HEX triplet: 0C, 89 and 3F. RGB value is (12,137,63). Sum of RGB (Red+Green+Blue) = 12+137+63=212 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.66% from 212); Green value is 137 (53.91% from 255 or 64.62% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 137 - color contains mainly: green. Hex color #0C893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C893F is #F376C0. Grayscale: #5B5B5B. Windows color (decimal): -15955649 or 4163852. OLE color: 4163852.
HSL color Cylindrical-coordinate representation of color #0C893F: hue angle of 144.48º 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 #0C893F is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 63 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.46 |
| HSL | 144.48º | 0.84% | 0.29% | - |
| HSV(B) | 144.48º | 0.91% | 0.54% | - |
| XYZ | 9.99 | 18.33 | 7.71 | - |
| YUV | 91.19 | 112.09 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 63 | 0.91 | 0 | 0.54 | 0.46 | 144.48 | 0.84 | 0.29 |
| Hex | C | 89 | 3F | 5B | 0 | 36 | 2E | 90 | 54 | 1D |
| Octal | 14 | 211 | 77 | 133 | 0 | 66 | 56 | 220 | 124 | 35 |
| Binary | 1100 | 10001001 | 111111 | 1011011 | 0 | 110110 | 101110 | 10010000 | 1010100 | 11101 |
Color Harmonies of #0C893F
Complementary color
Monochromatic Colors of #0C893F
Black with #0C893F
Text Example
Text Example
White with #0C893F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C893F; }
p { color: rgb(12,137,63); }
H1.HeaderClassName
{
color: #0C893F;
}
.AnyTagClassName
{
color: #0C893F;
}
</style>
background-color css
<style>
a { background-color: #0C893F; }
a { background-color: rgb(12,137,63); }
div.DivClassName
{
background-color: #0C893F;
}
.BgClassName
{
background-color: #0C893F;
}
</style>
border-color css
<style>
span { border-color: #0C893F; }
span { border-color: rgb(12,137,63); }
td.TdClassName
{
border-color: #0C893F;
}
.TagClassName
{
border-color: #0C893F;
}
</style>