Shades of Salem #06884C
Tints of Salem #06884C
RGB
CMYK
RGB Variations
Color information
#06884C (or 0x06884C) is known color: Salem. HEX triplet: 06, 88 and 4C. RGB value is (6,136,76). Sum of RGB (Red+Green+Blue) = 6+136+76=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 136 (53.52% from 255 or 62.39% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 136 - color contains mainly: green. Hex color #06884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06884C is #F977B3. Grayscale: #5A5A5A. Windows color (decimal): -16349108 or 5015558. OLE color: 5015558.
HSL color Cylindrical-coordinate representation of color #06884C: hue angle of 152.31º 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 #06884C is Cyan = 0.96, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 76 | - |
| CMYK | 0.96 | 0 | 0.44 | 0.47 |
| HSL | 152.31º | 0.92% | 0.28% | - |
| HSV(B) | 152.31º | 0.96% | 0.53% | - |
| XYZ | 10.18 | 18.17 | 9.81 | - |
| YUV | 90.29 | 119.93 | 67.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 76 | 0.96 | 0 | 0.44 | 0.47 | 152.31 | 0.92 | 0.28 |
| Hex | 6 | 88 | 4C | 60 | 0 | 2C | 2F | 98 | 5C | 1C |
| Octal | 6 | 210 | 114 | 140 | 0 | 54 | 57 | 230 | 134 | 34 |
| Binary | 110 | 10001000 | 1001100 | 1100000 | 0 | 101100 | 101111 | 10011000 | 1011100 | 11100 |
Color Harmonies of #06884C
Complementary color
Monochromatic Colors of #06884C
Black with #06884C
Text Example
Text Example
White with #06884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06884C; }
p { color: rgb(6,136,76); }
H1.HeaderClassName
{
color: #06884C;
}
.AnyTagClassName
{
color: #06884C;
}
</style>
background-color css
<style>
a { background-color: #06884C; }
a { background-color: rgb(6,136,76); }
div.DivClassName
{
background-color: #06884C;
}
.BgClassName
{
background-color: #06884C;
}
</style>
border-color css
<style>
span { border-color: #06884C; }
span { border-color: rgb(6,136,76); }
td.TdClassName
{
border-color: #06884C;
}
.TagClassName
{
border-color: #06884C;
}
</style>