Shades of Salem #068C42
Tints of Salem #068C42
RGB
CMYK
RGB Variations
Color information
#068C42 (or 0x068C42) is known color: Salem. HEX triplet: 06, 8C and 42. RGB value is (6,140,66). Sum of RGB (Red+Green+Blue) = 6+140+66=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 140 (55.08% from 255 or 66.04% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 140 - color contains mainly: green. Hex color #068C42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C42 is #F973BD. Grayscale: #5B5B5B. Windows color (decimal): -16348094 or 4361222. OLE color: 4361222.
HSL color Cylindrical-coordinate representation of color #068C42: hue angle of 146.87º 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 #068C42 is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 66 | - |
| CMYK | 0.96 | 0 | 0.53 | 0.45 |
| HSL | 146.87º | 0.92% | 0.29% | - |
| HSV(B) | 146.87º | 0.96% | 0.55% | - |
| XYZ | 10.44 | 19.19 | 8.31 | - |
| YUV | 91.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 66 | 0.96 | 0 | 0.53 | 0.45 | 146.87 | 0.92 | 0.29 |
| Hex | 6 | 8C | 42 | 60 | 0 | 35 | 2D | 93 | 5C | 1D |
| Octal | 6 | 214 | 102 | 140 | 0 | 65 | 55 | 223 | 134 | 35 |
| Binary | 110 | 10001100 | 1000010 | 1100000 | 0 | 110101 | 101101 | 10010011 | 1011100 | 11101 |
Color Harmonies of #068C42
Complementary color
Monochromatic Colors of #068C42
Black with #068C42
Text Example
Text Example
White with #068C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C42; }
p { color: rgb(6,140,66); }
H1.HeaderClassName
{
color: #068C42;
}
.AnyTagClassName
{
color: #068C42;
}
</style>
background-color css
<style>
a { background-color: #068C42; }
a { background-color: rgb(6,140,66); }
div.DivClassName
{
background-color: #068C42;
}
.BgClassName
{
background-color: #068C42;
}
</style>
border-color css
<style>
span { border-color: #068C42; }
span { border-color: rgb(6,140,66); }
td.TdClassName
{
border-color: #068C42;
}
.TagClassName
{
border-color: #068C42;
}
</style>