Shades of Salem #068D37
Tints of Salem #068D37
RGB
CMYK
RGB Variations
Color information
#068D37 (or 0x068D37) is known color: Salem. HEX triplet: 06, 8D and 37. RGB value is (6,141,55). Sum of RGB (Red+Green+Blue) = 6+141+55=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #068D37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068D37 is #F972C8. Grayscale: #5B5B5B. Windows color (decimal): -16347849 or 3640582. OLE color: 3640582.
HSL color Cylindrical-coordinate representation of color #068D37: hue angle of 141.78º 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 #068D37 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 141 | 55 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.45 |
| HSL | 141.78º | 0.92% | 0.29% | - |
| HSV(B) | 141.78º | 0.96% | 0.55% | - |
| XYZ | 10.29 | 19.36 | 6.81 | - |
| YUV | 90.83 | 107.77 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 141 | 55 | 0.96 | 0 | 0.61 | 0.45 | 141.78 | 0.92 | 0.29 |
| Hex | 6 | 8D | 37 | 60 | 0 | 3D | 2D | 8E | 5C | 1D |
| Octal | 6 | 215 | 67 | 140 | 0 | 75 | 55 | 216 | 134 | 35 |
| Binary | 110 | 10001101 | 110111 | 1100000 | 0 | 111101 | 101101 | 10001110 | 1011100 | 11101 |
Color Harmonies of #068D37
Complementary color
Monochromatic Colors of #068D37
Black with #068D37
Text Example
Text Example
White with #068D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068D37; }
p { color: rgb(6,141,55); }
H1.HeaderClassName
{
color: #068D37;
}
.AnyTagClassName
{
color: #068D37;
}
</style>
background-color css
<style>
a { background-color: #068D37; }
a { background-color: rgb(6,141,55); }
div.DivClassName
{
background-color: #068D37;
}
.BgClassName
{
background-color: #068D37;
}
</style>
border-color css
<style>
span { border-color: #068D37; }
span { border-color: rgb(6,141,55); }
td.TdClassName
{
border-color: #068D37;
}
.TagClassName
{
border-color: #068D37;
}
</style>