Shades of Salem #06853D
Tints of Salem #06853D
RGB
CMYK
RGB Variations
Color information
#06853D (or 0x06853D) is known color: Salem. HEX triplet: 06, 85 and 3D. RGB value is (6,133,61). Sum of RGB (Red+Green+Blue) = 6+133+61=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 61 (24.22% from 255 or 30.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #06853D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06853D is #F97AC2. Grayscale: #565656. Windows color (decimal): -16349891 or 4031750. OLE color: 4031750.
HSL color Cylindrical-coordinate representation of color #06853D: hue angle of 145.98º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06853D is Cyan = 0.95, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 133 | 61 | - |
| CMYK | 0.95 | 0 | 0.54 | 0.48 |
| HSL | 145.98º | 0.91% | 0.27% | - |
| HSV(B) | 145.98º | 0.95% | 0.52% | - |
| XYZ | 9.3 | 17.15 | 7.23 | - |
| YUV | 86.82 | 113.42 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 133 | 61 | 0.95 | 0 | 0.54 | 0.48 | 145.98 | 0.91 | 0.27 |
| Hex | 6 | 85 | 3D | 5F | 0 | 36 | 30 | 92 | 5B | 1B |
| Octal | 6 | 205 | 75 | 137 | 0 | 66 | 60 | 222 | 133 | 33 |
| Binary | 110 | 10000101 | 111101 | 1011111 | 0 | 110110 | 110000 | 10010010 | 1011011 | 11011 |
Color Harmonies of #06853D
Complementary color
Monochromatic Colors of #06853D
Black with #06853D
Text Example
Text Example
White with #06853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06853D; }
p { color: rgb(6,133,61); }
H1.HeaderClassName
{
color: #06853D;
}
.AnyTagClassName
{
color: #06853D;
}
</style>
background-color css
<style>
a { background-color: #06853D; }
a { background-color: rgb(6,133,61); }
div.DivClassName
{
background-color: #06853D;
}
.BgClassName
{
background-color: #06853D;
}
</style>
border-color css
<style>
span { border-color: #06853D; }
span { border-color: rgb(6,133,61); }
td.TdClassName
{
border-color: #06853D;
}
.TagClassName
{
border-color: #06853D;
}
</style>