Shades of Salem #06883F
Tints of Salem #06883F
RGB
CMYK
RGB Variations
Color information
#06883F (or 0x06883F) is known color: Salem. HEX triplet: 06, 88 and 3F. RGB value is (6,136,63). Sum of RGB (Red+Green+Blue) = 6+136+63=205 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.93% from 205); Green value is 136 (53.52% from 255 or 66.34% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 136 - color contains mainly: green. Hex color #06883F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06883F is #F977C0. Grayscale: #585858. Windows color (decimal): -16349121 or 4163590. OLE color: 4163590.
HSL color Cylindrical-coordinate representation of color #06883F: hue angle of 146.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 #06883F is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 63 | - |
| CMYK | 0.96 | 0 | 0.54 | 0.47 |
| HSL | 146.31º | 0.92% | 0.28% | - |
| HSV(B) | 146.31º | 0.96% | 0.53% | - |
| XYZ | 9.78 | 18.01 | 7.66 | - |
| YUV | 88.81 | 113.43 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 63 | 0.96 | 0 | 0.54 | 0.47 | 146.31 | 0.92 | 0.28 |
| Hex | 6 | 88 | 3F | 60 | 0 | 36 | 2F | 92 | 5C | 1C |
| Octal | 6 | 210 | 77 | 140 | 0 | 66 | 57 | 222 | 134 | 34 |
| Binary | 110 | 10001000 | 111111 | 1100000 | 0 | 110110 | 101111 | 10010010 | 1011100 | 11100 |
Color Harmonies of #06883F
Complementary color
Monochromatic Colors of #06883F
Black with #06883F
Text Example
Text Example
White with #06883F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06883F; }
p { color: rgb(6,136,63); }
H1.HeaderClassName
{
color: #06883F;
}
.AnyTagClassName
{
color: #06883F;
}
</style>
background-color css
<style>
a { background-color: #06883F; }
a { background-color: rgb(6,136,63); }
div.DivClassName
{
background-color: #06883F;
}
.BgClassName
{
background-color: #06883F;
}
</style>
border-color css
<style>
span { border-color: #06883F; }
span { border-color: rgb(6,136,63); }
td.TdClassName
{
border-color: #06883F;
}
.TagClassName
{
border-color: #06883F;
}
</style>