Shades of Salem #068848
Tints of Salem #068848
RGB
CMYK
RGB Variations
Color information
#068848 (or 0x068848) is known color: Salem. HEX triplet: 06, 88 and 48. RGB value is (6,136,72). Sum of RGB (Red+Green+Blue) = 6+136+72=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #068848 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068848 is #F977B7. Grayscale: #595959. Windows color (decimal): -16349112 or 4753414. OLE color: 4753414.
HSL color Cylindrical-coordinate representation of color #068848: hue angle of 150.46º degrees, saturation: 0.92, 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 #068848 is Cyan = 0.96, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 72 | - |
| CMYK | 0.96 | 0 | 0.47 | 0.47 |
| HSL | 150.46º | 0.92% | 0.28% | - |
| HSV(B) | 150.46º | 0.96% | 0.53% | - |
| XYZ | 10.05 | 18.11 | 9.1 | - |
| YUV | 89.83 | 117.93 | 68.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 72 | 0.96 | 0 | 0.47 | 0.47 | 150.46 | 0.92 | 0.28 |
| Hex | 6 | 88 | 48 | 60 | 0 | 2F | 2F | 96 | 5C | 1C |
| Octal | 6 | 210 | 110 | 140 | 0 | 57 | 57 | 226 | 134 | 34 |
| Binary | 110 | 10001000 | 1001000 | 1100000 | 0 | 101111 | 101111 | 10010110 | 1011100 | 11100 |
Color Harmonies of #068848
Complementary color
Monochromatic Colors of #068848
Black with #068848
Text Example
Text Example
White with #068848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068848; }
p { color: rgb(6,136,72); }
H1.HeaderClassName
{
color: #068848;
}
.AnyTagClassName
{
color: #068848;
}
</style>
background-color css
<style>
a { background-color: #068848; }
a { background-color: rgb(6,136,72); }
div.DivClassName
{
background-color: #068848;
}
.BgClassName
{
background-color: #068848;
}
</style>
border-color css
<style>
span { border-color: #068848; }
span { border-color: rgb(6,136,72); }
td.TdClassName
{
border-color: #068848;
}
.TagClassName
{
border-color: #068848;
}
</style>