Shades of Salem #0C884C
Tints of Salem #0C884C
RGB
CMYK
RGB Variations
Color information
#0C884C (or 0x0C884C) is known color: Salem. HEX triplet: 0C, 88 and 4C. RGB value is (12,136,76). Sum of RGB (Red+Green+Blue) = 12+136+76=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 136 (53.52% from 255 or 60.71% from 224); Blue value is 76 (30.08% from 255 or 33.93% from 224); Max value from RGB is 136 - color contains mainly: green. Hex color #0C884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C884C is #F377B3. Grayscale: #5C5C5C. Windows color (decimal): -15955892 or 5015564. OLE color: 5015564.
HSL color Cylindrical-coordinate representation of color #0C884C: hue angle of 150.97º 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 #0C884C is Cyan = 0.91, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 136 | 76 | - |
| CMYK | 0.91 | 0 | 0.44 | 0.47 |
| HSL | 150.97º | 0.84% | 0.29% | - |
| HSV(B) | 150.97º | 0.91% | 0.53% | - |
| XYZ | 10.26 | 18.21 | 9.81 | - |
| YUV | 92.08 | 118.92 | 70.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 136 | 76 | 0.91 | 0 | 0.44 | 0.47 | 150.97 | 0.84 | 0.29 |
| Hex | C | 88 | 4C | 5B | 0 | 2C | 2F | 97 | 54 | 1D |
| Octal | 14 | 210 | 114 | 133 | 0 | 54 | 57 | 227 | 124 | 35 |
| Binary | 1100 | 10001000 | 1001100 | 1011011 | 0 | 101100 | 101111 | 10010111 | 1010100 | 11101 |
Color Harmonies of #0C884C
Complementary color
Monochromatic Colors of #0C884C
Black with #0C884C
Text Example
Text Example
White with #0C884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C884C; }
p { color: rgb(12,136,76); }
H1.HeaderClassName
{
color: #0C884C;
}
.AnyTagClassName
{
color: #0C884C;
}
</style>
background-color css
<style>
a { background-color: #0C884C; }
a { background-color: rgb(12,136,76); }
div.DivClassName
{
background-color: #0C884C;
}
.BgClassName
{
background-color: #0C884C;
}
</style>
border-color css
<style>
span { border-color: #0C884C; }
span { border-color: rgb(12,136,76); }
td.TdClassName
{
border-color: #0C884C;
}
.TagClassName
{
border-color: #0C884C;
}
</style>