Shades of Salem #067E4A
Tints of Salem #067E4A
RGB
CMYK
RGB Variations
Color information
#067E4A (or 0x067E4A) is known color: Salem. HEX triplet: 06, 7E and 4A. RGB value is (6,126,74). Sum of RGB (Red+Green+Blue) = 6+126+74=206 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.91% from 206); Green value is 126 (49.61% from 255 or 61.17% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 126 - color contains mainly: green. Hex color #067E4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067E4A is #F981B5. Grayscale: #545454. Windows color (decimal): -16351670 or 4881926. OLE color: 4881926.
HSL color Cylindrical-coordinate representation of color #067E4A: hue angle of 154º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067E4A is Cyan = 0.95, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 126 | 74 | - |
| CMYK | 0.95 | 0 | 0.41 | 0.51 |
| HSL | 154º | 0.91% | 0.26% | - |
| HSV(B) | 154º | 0.95% | 0.49% | - |
| XYZ | 8.77 | 15.45 | 9 | - |
| YUV | 84.19 | 122.24 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 126 | 74 | 0.95 | 0 | 0.41 | 0.51 | 154 | 0.91 | 0.26 |
| Hex | 6 | 7E | 4A | 5F | 0 | 29 | 33 | 9A | 5B | 1A |
| Octal | 6 | 176 | 112 | 137 | 0 | 51 | 63 | 232 | 133 | 32 |
| Binary | 110 | 1111110 | 1001010 | 1011111 | 0 | 101001 | 110011 | 10011010 | 1011011 | 11010 |
Color Harmonies of #067E4A
Complementary color
Monochromatic Colors of #067E4A
Black with #067E4A
Text Example
Text Example
White with #067E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067E4A; }
p { color: rgb(6,126,74); }
H1.HeaderClassName
{
color: #067E4A;
}
.AnyTagClassName
{
color: #067E4A;
}
</style>
background-color css
<style>
a { background-color: #067E4A; }
a { background-color: rgb(6,126,74); }
div.DivClassName
{
background-color: #067E4A;
}
.BgClassName
{
background-color: #067E4A;
}
</style>
border-color css
<style>
span { border-color: #067E4A; }
span { border-color: rgb(6,126,74); }
td.TdClassName
{
border-color: #067E4A;
}
.TagClassName
{
border-color: #067E4A;
}
</style>