Shades of Salem #067F4E
Tints of Salem #067F4E
RGB
CMYK
RGB Variations
Color information
#067F4E (or 0x067F4E) is known color: Salem. HEX triplet: 06, 7F and 4E. RGB value is (6,127,78). Sum of RGB (Red+Green+Blue) = 6+127+78=211 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.84% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 78 (30.86% from 255 or 36.97% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #067F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067F4E is #F980B1. Grayscale: #555555. Windows color (decimal): -16351410 or 5144326. OLE color: 5144326.
HSL color Cylindrical-coordinate representation of color #067F4E: hue angle of 155.7º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F4E is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 127 | 78 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.50 |
| HSL | 155.7º | 0.91% | 0.26% | - |
| HSV(B) | 155.7º | 0.95% | 0.5% | - |
| XYZ | 9.04 | 15.77 | 9.77 | - |
| YUV | 85.24 | 123.91 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 78 | 0.95 | 0 | 0.39 | 0.50 | 155.7 | 0.91 | 0.26 |
| Hex | 6 | 7F | 4E | 5F | 0 | 27 | 32 | 9C | 5B | 1A |
| Octal | 6 | 177 | 116 | 137 | 0 | 47 | 62 | 234 | 133 | 32 |
| Binary | 110 | 1111111 | 1001110 | 1011111 | 0 | 100111 | 110010 | 10011100 | 1011011 | 11010 |
Color Harmonies of #067F4E
Complementary color
Monochromatic Colors of #067F4E
Black with #067F4E
Text Example
Text Example
White with #067F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067F4E; }
p { color: rgb(6,127,78); }
H1.HeaderClassName
{
color: #067F4E;
}
.AnyTagClassName
{
color: #067F4E;
}
</style>
background-color css
<style>
a { background-color: #067F4E; }
a { background-color: rgb(6,127,78); }
div.DivClassName
{
background-color: #067F4E;
}
.BgClassName
{
background-color: #067F4E;
}
</style>
border-color css
<style>
span { border-color: #067F4E; }
span { border-color: rgb(6,127,78); }
td.TdClassName
{
border-color: #067F4E;
}
.TagClassName
{
border-color: #067F4E;
}
</style>