Shades of Salem #0C804F
Tints of Salem #0C804F
RGB
CMYK
RGB Variations
Color information
#0C804F (or 0x0C804F) is known color: Salem. HEX triplet: 0C, 80 and 4F. RGB value is (12,128,79). Sum of RGB (Red+Green+Blue) = 12+128+79=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 128 (50.39% from 255 or 58.45% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 128 - color contains mainly: green. Hex color #0C804F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C804F is #F37FB0. Grayscale: #575757. Windows color (decimal): -15957937 or 5210124. OLE color: 5210124.
HSL color Cylindrical-coordinate representation of color #0C804F: hue angle of 154.66º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C804F is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 12 | 128 | 79 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.50 |
| HSL | 154.66º | 0.83% | 0.27% | - |
| HSV(B) | 154.66º | 0.91% | 0.5% | - |
| XYZ | 9.28 | 16.08 | 10.01 | - |
| YUV | 87.73 | 123.07 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 128 | 79 | 0.91 | 0 | 0.38 | 0.50 | 154.66 | 0.83 | 0.27 |
| Hex | C | 80 | 4F | 5B | 0 | 26 | 32 | 9B | 53 | 1B |
| Octal | 14 | 200 | 117 | 133 | 0 | 46 | 62 | 233 | 123 | 33 |
| Binary | 1100 | 10000000 | 1001111 | 1011011 | 0 | 100110 | 110010 | 10011011 | 1010011 | 11011 |
Color Harmonies of #0C804F
Complementary color
Monochromatic Colors of #0C804F
Black with #0C804F
Text Example
Text Example
White with #0C804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C804F; }
p { color: rgb(12,128,79); }
H1.HeaderClassName
{
color: #0C804F;
}
.AnyTagClassName
{
color: #0C804F;
}
</style>
background-color css
<style>
a { background-color: #0C804F; }
a { background-color: rgb(12,128,79); }
div.DivClassName
{
background-color: #0C804F;
}
.BgClassName
{
background-color: #0C804F;
}
</style>
border-color css
<style>
span { border-color: #0C804F; }
span { border-color: rgb(12,128,79); }
td.TdClassName
{
border-color: #0C804F;
}
.TagClassName
{
border-color: #0C804F;
}
</style>