Shades of Salem #067C4C
Tints of Salem #067C4C
RGB
CMYK
RGB Variations
Color information
#067C4C (or 0x067C4C) is known color: Salem. HEX triplet: 06, 7C and 4C. RGB value is (6,124,76). Sum of RGB (Red+Green+Blue) = 6+124+76=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 124 (48.83% from 255 or 60.19% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 124 - color contains mainly: green. Hex color #067C4C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067C4C is #F983B3. Grayscale: #535353. Windows color (decimal): -16352180 or 5012486. OLE color: 5012486.
HSL color Cylindrical-coordinate representation of color #067C4C: hue angle of 155.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C4C is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 124 | 76 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.51 |
| HSL | 155.59º | 0.91% | 0.25% | - |
| HSV(B) | 155.59º | 0.95% | 0.49% | - |
| XYZ | 8.59 | 14.98 | 9.28 | - |
| YUV | 83.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 124 | 76 | 0.95 | 0 | 0.39 | 0.51 | 155.59 | 0.91 | 0.25 |
| Hex | 6 | 7C | 4C | 5F | 0 | 27 | 33 | 9C | 5B | 19 |
| Octal | 6 | 174 | 114 | 137 | 0 | 47 | 63 | 234 | 133 | 31 |
| Binary | 110 | 1111100 | 1001100 | 1011111 | 0 | 100111 | 110011 | 10011100 | 1011011 | 11001 |
Color Harmonies of #067C4C
Complementary color
Monochromatic Colors of #067C4C
Black with #067C4C
Text Example
Text Example
White with #067C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067C4C; }
p { color: rgb(6,124,76); }
H1.HeaderClassName
{
color: #067C4C;
}
.AnyTagClassName
{
color: #067C4C;
}
</style>
background-color css
<style>
a { background-color: #067C4C; }
a { background-color: rgb(6,124,76); }
div.DivClassName
{
background-color: #067C4C;
}
.BgClassName
{
background-color: #067C4C;
}
</style>
border-color css
<style>
span { border-color: #067C4C; }
span { border-color: rgb(6,124,76); }
td.TdClassName
{
border-color: #067C4C;
}
.TagClassName
{
border-color: #067C4C;
}
</style>