Shades of Salem #068D41
Tints of Salem #068D41
RGB
CMYK
RGB Variations
Color information
#068D41 (or 0x068D41) is known color: Salem. HEX triplet: 06, 8D and 41. RGB value is (6,141,65). Sum of RGB (Red+Green+Blue) = 6+141+65=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 141 (55.47% from 255 or 66.51% from 212); Blue value is 65 (25.78% from 255 or 30.66% from 212); Max value from RGB is 141 - color contains mainly: green. Hex color #068D41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D41 is #F972BE. Grayscale: #5C5C5C. Windows color (decimal): -16347839 or 4295942. OLE color: 4295942.
HSL color Cylindrical-coordinate representation of color #068D41: hue angle of 146.22º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068D41 is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 65 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.45 |
| HSL | 146.22º | 0.92% | 0.29% | - |
| HSV(B) | 146.22º | 0.96% | 0.55% | - |
| XYZ | 10.55 | 19.47 | 8.2 | - |
| YUV | 91.97 | 112.77 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 65 | 0.96 | 0 | 0.54 | 0.45 | 146.22 | 0.92 | 0.29 |
| Hex | 6 | 8D | 41 | 60 | 0 | 36 | 2D | 92 | 5C | 1D |
| Octal | 6 | 215 | 101 | 140 | 0 | 66 | 55 | 222 | 134 | 35 |
| Binary | 110 | 10001101 | 1000001 | 1100000 | 0 | 110110 | 101101 | 10010010 | 1011100 | 11101 |
Color Harmonies of #068D41
Complementary color
Monochromatic Colors of #068D41
Black with #068D41
Text Example
Text Example
White with #068D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D41; }
p { color: rgb(6,141,65); }
H1.HeaderClassName
{
color: #068D41;
}
.AnyTagClassName
{
color: #068D41;
}
</style>
background-color css
<style>
a { background-color: #068D41; }
a { background-color: rgb(6,141,65); }
div.DivClassName
{
background-color: #068D41;
}
.BgClassName
{
background-color: #068D41;
}
</style>
border-color css
<style>
span { border-color: #068D41; }
span { border-color: rgb(6,141,65); }
td.TdClassName
{
border-color: #068D41;
}
.TagClassName
{
border-color: #068D41;
}
</style>