Shades of Salem #0C873E
Tints of Salem #0C873E
RGB
CMYK
RGB Variations
Color information
#0C873E (or 0x0C873E) is known color: Salem. HEX triplet: 0C, 87 and 3E. RGB value is (12,135,62). Sum of RGB (Red+Green+Blue) = 12+135+62=209 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.74% from 209); Green value is 135 (53.12% from 255 or 64.59% from 209); Blue value is 62 (24.61% from 255 or 29.67% from 209); Max value from RGB is 135 - color contains mainly: green. Hex color #0C873E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C873E is #F378C1. Grayscale: #5A5A5A. Windows color (decimal): -15956162 or 4097804. OLE color: 4097804.
HSL color Cylindrical-coordinate representation of color #0C873E: hue angle of 144.39º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C873E is Cyan = 0.91, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 62 | - |
| CMYK | 0.91 | 0 | 0.54 | 0.47 |
| HSL | 144.39º | 0.84% | 0.29% | - |
| HSV(B) | 144.39º | 0.91% | 0.53% | - |
| XYZ | 9.69 | 17.75 | 7.47 | - |
| YUV | 89.9 | 112.25 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 62 | 0.91 | 0 | 0.54 | 0.47 | 144.39 | 0.84 | 0.29 |
| Hex | C | 87 | 3E | 5B | 0 | 36 | 2F | 90 | 54 | 1D |
| Octal | 14 | 207 | 76 | 133 | 0 | 66 | 57 | 220 | 124 | 35 |
| Binary | 1100 | 10000111 | 111110 | 1011011 | 0 | 110110 | 101111 | 10010000 | 1010100 | 11101 |
Color Harmonies of #0C873E
Complementary color
Monochromatic Colors of #0C873E
Black with #0C873E
Text Example
Text Example
White with #0C873E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C873E; }
p { color: rgb(12,135,62); }
H1.HeaderClassName
{
color: #0C873E;
}
.AnyTagClassName
{
color: #0C873E;
}
</style>
background-color css
<style>
a { background-color: #0C873E; }
a { background-color: rgb(12,135,62); }
div.DivClassName
{
background-color: #0C873E;
}
.BgClassName
{
background-color: #0C873E;
}
</style>
border-color css
<style>
span { border-color: #0C873E; }
span { border-color: rgb(12,135,62); }
td.TdClassName
{
border-color: #0C873E;
}
.TagClassName
{
border-color: #0C873E;
}
</style>