Shades of Salem #0C8653
Tints of Salem #0C8653
RGB
CMYK
RGB Variations
Color information
#0C8653 (or 0x0C8653) is known color: Salem. HEX triplet: 0C, 86 and 53. RGB value is (12,134,83). Sum of RGB (Red+Green+Blue) = 12+134+83=229 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.24% from 229); Green value is 134 (52.73% from 255 or 58.52% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 134 - color contains mainly: green. Hex color #0C8653 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8653 is #F379AC. Grayscale: #5B5B5B. Windows color (decimal): -15956397 or 5473804. OLE color: 5473804.
HSL color Cylindrical-coordinate representation of color #0C8653: hue angle of 154.92º 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 #0C8653 is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 134 | 83 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.47 |
| HSL | 154.92º | 0.84% | 0.29% | - |
| HSV(B) | 154.92º | 0.91% | 0.53% | - |
| XYZ | 10.24 | 17.75 | 11.07 | - |
| YUV | 91.71 | 123.08 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 134 | 83 | 0.91 | 0 | 0.38 | 0.47 | 154.92 | 0.84 | 0.29 |
| Hex | C | 86 | 53 | 5B | 0 | 26 | 2F | 9B | 54 | 1D |
| Octal | 14 | 206 | 123 | 133 | 0 | 46 | 57 | 233 | 124 | 35 |
| Binary | 1100 | 10000110 | 1010011 | 1011011 | 0 | 100110 | 101111 | 10011011 | 1010100 | 11101 |
Color Harmonies of #0C8653
Complementary color
Monochromatic Colors of #0C8653
Black with #0C8653
Text Example
Text Example
White with #0C8653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8653; }
p { color: rgb(12,134,83); }
H1.HeaderClassName
{
color: #0C8653;
}
.AnyTagClassName
{
color: #0C8653;
}
</style>
background-color css
<style>
a { background-color: #0C8653; }
a { background-color: rgb(12,134,83); }
div.DivClassName
{
background-color: #0C8653;
}
.BgClassName
{
background-color: #0C8653;
}
</style>
border-color css
<style>
span { border-color: #0C8653; }
span { border-color: rgb(12,134,83); }
td.TdClassName
{
border-color: #0C8653;
}
.TagClassName
{
border-color: #0C8653;
}
</style>