Shades of Salem #0C764A
Tints of Salem #0C764A
RGB
CMYK
RGB Variations
Color information
#0C764A (or 0x0C764A) is known color: Salem. HEX triplet: 0C, 76 and 4A. RGB value is (12,118,74). Sum of RGB (Red+Green+Blue) = 12+118+74=204 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.88% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 74 (29.30% from 255 or 36.27% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #0C764A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C764A is #F389B5. Grayscale: #515151. Windows color (decimal): -15960502 or 4879884. OLE color: 4879884.
HSL color Cylindrical-coordinate representation of color #0C764A: hue angle of 155.09º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C764A is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 74 | - |
| CMYK | 0.90 | 0 | 0.37 | 0.54 |
| HSL | 155.09º | 0.82% | 0.25% | - |
| HSV(B) | 155.09º | 0.9% | 0.46% | - |
| XYZ | 7.87 | 13.53 | 8.68 | - |
| YUV | 81.29 | 123.88 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 74 | 0.90 | 0 | 0.37 | 0.54 | 155.09 | 0.82 | 0.25 |
| Hex | C | 76 | 4A | 5A | 0 | 25 | 36 | 9B | 52 | 19 |
| Octal | 14 | 166 | 112 | 132 | 0 | 45 | 66 | 233 | 122 | 31 |
| Binary | 1100 | 1110110 | 1001010 | 1011010 | 0 | 100101 | 110110 | 10011011 | 1010010 | 11001 |
Color Harmonies of #0C764A
Complementary color
Monochromatic Colors of #0C764A
Black with #0C764A
Text Example
Text Example
White with #0C764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C764A; }
p { color: rgb(12,118,74); }
H1.HeaderClassName
{
color: #0C764A;
}
.AnyTagClassName
{
color: #0C764A;
}
</style>
background-color css
<style>
a { background-color: #0C764A; }
a { background-color: rgb(12,118,74); }
div.DivClassName
{
background-color: #0C764A;
}
.BgClassName
{
background-color: #0C764A;
}
</style>
border-color css
<style>
span { border-color: #0C764A; }
span { border-color: rgb(12,118,74); }
td.TdClassName
{
border-color: #0C764A;
}
.TagClassName
{
border-color: #0C764A;
}
</style>