Shades of Salem #0C814F
Tints of Salem #0C814F
RGB
CMYK
RGB Variations
Color information
#0C814F (or 0x0C814F) is known color: Salem. HEX triplet: 0C, 81 and 4F. RGB value is (12,129,79). Sum of RGB (Red+Green+Blue) = 12+129+79=220 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.45% from 220); Green value is 129 (50.78% from 255 or 58.64% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 129 - color contains mainly: green. Hex color #0C814F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C814F is #F37EB0. Grayscale: #585858. Windows color (decimal): -15957681 or 5210380. OLE color: 5210380.
HSL color Cylindrical-coordinate representation of color #0C814F: hue angle of 154.36º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C814F is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 12 | 129 | 79 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.49 |
| HSL | 154.36º | 0.83% | 0.28% | - |
| HSV(B) | 154.36º | 0.91% | 0.51% | - |
| XYZ | 9.41 | 16.34 | 10.06 | - |
| YUV | 88.32 | 122.74 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 129 | 79 | 0.91 | 0 | 0.39 | 0.49 | 154.36 | 0.83 | 0.28 |
| Hex | C | 81 | 4F | 5B | 0 | 27 | 31 | 9A | 53 | 1C |
| Octal | 14 | 201 | 117 | 133 | 0 | 47 | 61 | 232 | 123 | 34 |
| Binary | 1100 | 10000001 | 1001111 | 1011011 | 0 | 100111 | 110001 | 10011010 | 1010011 | 11100 |
Color Harmonies of #0C814F
Complementary color
Monochromatic Colors of #0C814F
Black with #0C814F
Text Example
Text Example
White with #0C814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C814F; }
p { color: rgb(12,129,79); }
H1.HeaderClassName
{
color: #0C814F;
}
.AnyTagClassName
{
color: #0C814F;
}
</style>
background-color css
<style>
a { background-color: #0C814F; }
a { background-color: rgb(12,129,79); }
div.DivClassName
{
background-color: #0C814F;
}
.BgClassName
{
background-color: #0C814F;
}
</style>
border-color css
<style>
span { border-color: #0C814F; }
span { border-color: rgb(12,129,79); }
td.TdClassName
{
border-color: #0C814F;
}
.TagClassName
{
border-color: #0C814F;
}
</style>