Shades of Salem #0C873C
Tints of Salem #0C873C
RGB
CMYK
RGB Variations
Color information
#0C873C (or 0x0C873C) is known color: Salem. HEX triplet: 0C, 87 and 3C. RGB value is (12,135,60). Sum of RGB (Red+Green+Blue) = 12+135+60=207 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.80% from 207); Green value is 135 (53.12% from 255 or 65.22% from 207); Blue value is 60 (23.83% from 255 or 28.99% from 207); Max value from RGB is 135 - color contains mainly: green. Hex color #0C873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C873C is #F378C3. Grayscale: #595959. Windows color (decimal): -15956164 or 3966732. OLE color: 3966732.
HSL color Cylindrical-coordinate representation of color #0C873C: hue angle of 143.41º 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 #0C873C is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 12 | 135 | 60 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.47 |
| HSL | 143.41º | 0.84% | 0.29% | - |
| HSV(B) | 143.41º | 0.91% | 0.53% | - |
| XYZ | 9.63 | 17.73 | 7.19 | - |
| YUV | 89.67 | 111.25 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 135 | 60 | 0.91 | 0 | 0.56 | 0.47 | 143.41 | 0.84 | 0.29 |
| Hex | C | 87 | 3C | 5B | 0 | 38 | 2F | 8F | 54 | 1D |
| Octal | 14 | 207 | 74 | 133 | 0 | 70 | 57 | 217 | 124 | 35 |
| Binary | 1100 | 10000111 | 111100 | 1011011 | 0 | 111000 | 101111 | 10001111 | 1010100 | 11101 |
Color Harmonies of #0C873C
Complementary color
Monochromatic Colors of #0C873C
Black with #0C873C
Text Example
Text Example
White with #0C873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C873C; }
p { color: rgb(12,135,60); }
H1.HeaderClassName
{
color: #0C873C;
}
.AnyTagClassName
{
color: #0C873C;
}
</style>
background-color css
<style>
a { background-color: #0C873C; }
a { background-color: rgb(12,135,60); }
div.DivClassName
{
background-color: #0C873C;
}
.BgClassName
{
background-color: #0C873C;
}
</style>
border-color css
<style>
span { border-color: #0C873C; }
span { border-color: rgb(12,135,60); }
td.TdClassName
{
border-color: #0C873C;
}
.TagClassName
{
border-color: #0C873C;
}
</style>