Shades of Salem #068B4D
Tints of Salem #068B4D
RGB
CMYK
RGB Variations
Color information
#068B4D (or 0x068B4D) is known color: Salem. HEX triplet: 06, 8B and 4D. RGB value is (6,139,77). Sum of RGB (Red+Green+Blue) = 6+139+77=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 139 (54.69% from 255 or 62.61% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 139 - color contains mainly: green. Hex color #068B4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068B4D is #F974B2. Grayscale: #5C5C5C. Windows color (decimal): -16348339 or 5081862. OLE color: 5081862.
HSL color Cylindrical-coordinate representation of color #068B4D: hue angle of 152.03º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B4D is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 139 | 77 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.45 |
| HSL | 152.03º | 0.92% | 0.28% | - |
| HSV(B) | 152.03º | 0.96% | 0.55% | - |
| XYZ | 10.65 | 19.04 | 10.14 | - |
| YUV | 92.17 | 119.44 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 139 | 77 | 0.96 | 0 | 0.45 | 0.45 | 152.03 | 0.92 | 0.28 |
| Hex | 6 | 8B | 4D | 60 | 0 | 2D | 2D | 98 | 5C | 1C |
| Octal | 6 | 213 | 115 | 140 | 0 | 55 | 55 | 230 | 134 | 34 |
| Binary | 110 | 10001011 | 1001101 | 1100000 | 0 | 101101 | 101101 | 10011000 | 1011100 | 11100 |
Color Harmonies of #068B4D
Complementary color
Monochromatic Colors of #068B4D
Black with #068B4D
Text Example
Text Example
White with #068B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068B4D; }
p { color: rgb(6,139,77); }
H1.HeaderClassName
{
color: #068B4D;
}
.AnyTagClassName
{
color: #068B4D;
}
</style>
background-color css
<style>
a { background-color: #068B4D; }
a { background-color: rgb(6,139,77); }
div.DivClassName
{
background-color: #068B4D;
}
.BgClassName
{
background-color: #068B4D;
}
</style>
border-color css
<style>
span { border-color: #068B4D; }
span { border-color: rgb(6,139,77); }
td.TdClassName
{
border-color: #068B4D;
}
.TagClassName
{
border-color: #068B4D;
}
</style>