Shades of Salem #068C36
Tints of Salem #068C36
RGB
CMYK
RGB Variations
Color information
#068C36 (or 0x068C36) is known color: Salem. HEX triplet: 06, 8C and 36. RGB value is (6,140,54). Sum of RGB (Red+Green+Blue) = 6+140+54=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 140 (55.08% from 255 or 70% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 140 - color contains mainly: green. Hex color #068C36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068C36 is #F973C9. Grayscale: #5A5A5A. Windows color (decimal): -16348106 or 3574790. OLE color: 3574790.
HSL color Cylindrical-coordinate representation of color #068C36: hue angle of 141.49º 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 #068C36 is Cyan = 0.96, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 6 | 140 | 54 | - |
| CMYK | 0.96 | 0 | 0.61 | 0.45 |
| HSL | 141.49º | 0.92% | 0.29% | - |
| HSV(B) | 141.49º | 0.96% | 0.55% | - |
| XYZ | 10.12 | 19.06 | 6.64 | - |
| YUV | 90.13 | 107.61 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 140 | 54 | 0.96 | 0 | 0.61 | 0.45 | 141.49 | 0.92 | 0.29 |
| Hex | 6 | 8C | 36 | 60 | 0 | 3D | 2D | 8D | 5C | 1D |
| Octal | 6 | 214 | 66 | 140 | 0 | 75 | 55 | 215 | 134 | 35 |
| Binary | 110 | 10001100 | 110110 | 1100000 | 0 | 111101 | 101101 | 10001101 | 1011100 | 11101 |
Color Harmonies of #068C36
Complementary color
Monochromatic Colors of #068C36
Black with #068C36
Text Example
Text Example
White with #068C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068C36; }
p { color: rgb(6,140,54); }
H1.HeaderClassName
{
color: #068C36;
}
.AnyTagClassName
{
color: #068C36;
}
</style>
background-color css
<style>
a { background-color: #068C36; }
a { background-color: rgb(6,140,54); }
div.DivClassName
{
background-color: #068C36;
}
.BgClassName
{
background-color: #068C36;
}
</style>
border-color css
<style>
span { border-color: #068C36; }
span { border-color: rgb(6,140,54); }
td.TdClassName
{
border-color: #068C36;
}
.TagClassName
{
border-color: #068C36;
}
</style>