Shades of Salem #068757
Tints of Salem #068757
RGB
CMYK
RGB Variations
Color information
#068757 (or 0x068757) is known color: Salem. HEX triplet: 06, 87 and 57. RGB value is (6,135,87). Sum of RGB (Red+Green+Blue) = 6+135+87=228 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.63% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #068757 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068757 is #F978A8. Grayscale: #5B5B5B. Windows color (decimal): -16349353 or 5736198. OLE color: 5736198.
HSL color Cylindrical-coordinate representation of color #068757: hue angle of 157.67º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068757 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 87 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.47 |
| HSL | 157.67º | 0.91% | 0.28% | - |
| HSV(B) | 157.67º | 0.96% | 0.53% | - |
| XYZ | 10.46 | 18.05 | 11.95 | - |
| YUV | 90.96 | 125.76 | 67.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 87 | 0.96 | 0 | 0.36 | 0.47 | 157.67 | 0.91 | 0.28 |
| Hex | 6 | 87 | 57 | 60 | 0 | 24 | 2F | 9E | 5B | 1C |
| Octal | 6 | 207 | 127 | 140 | 0 | 44 | 57 | 236 | 133 | 34 |
| Binary | 110 | 10000111 | 1010111 | 1100000 | 0 | 100100 | 101111 | 10011110 | 1011011 | 11100 |
Color Harmonies of #068757
Complementary color
Monochromatic Colors of #068757
Black with #068757
Text Example
Text Example
White with #068757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068757; }
p { color: rgb(6,135,87); }
H1.HeaderClassName
{
color: #068757;
}
.AnyTagClassName
{
color: #068757;
}
</style>
background-color css
<style>
a { background-color: #068757; }
a { background-color: rgb(6,135,87); }
div.DivClassName
{
background-color: #068757;
}
.BgClassName
{
background-color: #068757;
}
</style>
border-color css
<style>
span { border-color: #068757; }
span { border-color: rgb(6,135,87); }
td.TdClassName
{
border-color: #068757;
}
.TagClassName
{
border-color: #068757;
}
</style>