Shades of Salem #0C764B
Tints of Salem #0C764B
RGB
CMYK
RGB Variations
Color information
#0C764B (or 0x0C764B) is known color: Salem. HEX triplet: 0C, 76 and 4B. RGB value is (12,118,75). Sum of RGB (Red+Green+Blue) = 12+118+75=205 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.85% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #0C764B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C764B is #F389B4. Grayscale: #515151. Windows color (decimal): -15960501 or 4945420. OLE color: 4945420.
HSL color Cylindrical-coordinate representation of color #0C764B: hue angle of 155.66º 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 #0C764B is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 12 | 118 | 75 | - |
| CMYK | 0.90 | 0 | 0.36 | 0.54 |
| HSL | 155.66º | 0.82% | 0.25% | - |
| HSV(B) | 155.66º | 0.9% | 0.46% | - |
| XYZ | 7.9 | 13.54 | 8.85 | - |
| YUV | 81.4 | 124.38 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 118 | 75 | 0.90 | 0 | 0.36 | 0.54 | 155.66 | 0.82 | 0.25 |
| Hex | C | 76 | 4B | 5A | 0 | 24 | 36 | 9C | 52 | 19 |
| Octal | 14 | 166 | 113 | 132 | 0 | 44 | 66 | 234 | 122 | 31 |
| Binary | 1100 | 1110110 | 1001011 | 1011010 | 0 | 100100 | 110110 | 10011100 | 1010010 | 11001 |
Color Harmonies of #0C764B
Complementary color
Monochromatic Colors of #0C764B
Black with #0C764B
Text Example
Text Example
White with #0C764B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C764B; }
p { color: rgb(12,118,75); }
H1.HeaderClassName
{
color: #0C764B;
}
.AnyTagClassName
{
color: #0C764B;
}
</style>
background-color css
<style>
a { background-color: #0C764B; }
a { background-color: rgb(12,118,75); }
div.DivClassName
{
background-color: #0C764B;
}
.BgClassName
{
background-color: #0C764B;
}
</style>
border-color css
<style>
span { border-color: #0C764B; }
span { border-color: rgb(12,118,75); }
td.TdClassName
{
border-color: #0C764B;
}
.TagClassName
{
border-color: #0C764B;
}
</style>