Shades of Salem #06883D
Tints of Salem #06883D
RGB
CMYK
RGB Variations
Color information
#06883D (or 0x06883D) is known color: Salem. HEX triplet: 06, 88 and 3D. RGB value is (6,136,61). Sum of RGB (Red+Green+Blue) = 6+136+61=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 136 (53.52% from 255 or 67.00% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 136 - color contains mainly: green. Hex color #06883D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06883D is #F977C2. Grayscale: #585858. Windows color (decimal): -16349123 or 4032518. OLE color: 4032518.
HSL color Cylindrical-coordinate representation of color #06883D: hue angle of 145.38º 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 #06883D is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 136 | 61 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.47 |
| HSL | 145.38º | 0.92% | 0.28% | - |
| HSV(B) | 145.38º | 0.96% | 0.53% | - |
| XYZ | 9.72 | 17.98 | 7.37 | - |
| YUV | 88.58 | 112.43 | 69.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 136 | 61 | 0.96 | 0 | 0.55 | 0.47 | 145.38 | 0.92 | 0.28 |
| Hex | 6 | 88 | 3D | 60 | 0 | 37 | 2F | 91 | 5C | 1C |
| Octal | 6 | 210 | 75 | 140 | 0 | 67 | 57 | 221 | 134 | 34 |
| Binary | 110 | 10001000 | 111101 | 1100000 | 0 | 110111 | 101111 | 10010001 | 1011100 | 11100 |
Color Harmonies of #06883D
Complementary color
Monochromatic Colors of #06883D
Black with #06883D
Text Example
Text Example
White with #06883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06883D; }
p { color: rgb(6,136,61); }
H1.HeaderClassName
{
color: #06883D;
}
.AnyTagClassName
{
color: #06883D;
}
</style>
background-color css
<style>
a { background-color: #06883D; }
a { background-color: rgb(6,136,61); }
div.DivClassName
{
background-color: #06883D;
}
.BgClassName
{
background-color: #06883D;
}
</style>
border-color css
<style>
span { border-color: #06883D; }
span { border-color: rgb(6,136,61); }
td.TdClassName
{
border-color: #06883D;
}
.TagClassName
{
border-color: #06883D;
}
</style>