Shades of Salem #06873B
Tints of Salem #06873B
RGB
CMYK
RGB Variations
Color information
#06873B (or 0x06873B) is known color: Salem. HEX triplet: 06, 87 and 3B. RGB value is (6,135,59). Sum of RGB (Red+Green+Blue) = 6+135+59=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 135 (53.12% from 255 or 67.5% from 200); Blue value is 59 (23.44% from 255 or 29.5% from 200); Max value from RGB is 135 - color contains mainly: green. Hex color #06873B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06873B is #F978C4. Grayscale: #575757. Windows color (decimal): -16349381 or 3901190. OLE color: 3901190.
HSL color Cylindrical-coordinate representation of color #06873B: hue angle of 144.65º degrees, saturation: 0.91, 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 #06873B is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 59 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.47 |
| HSL | 144.65º | 0.91% | 0.28% | - |
| HSV(B) | 144.65º | 0.96% | 0.53% | - |
| XYZ | 9.53 | 17.68 | 7.05 | - |
| YUV | 87.77 | 111.76 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 59 | 0.96 | 0 | 0.56 | 0.47 | 144.65 | 0.91 | 0.28 |
| Hex | 6 | 87 | 3B | 60 | 0 | 38 | 2F | 91 | 5B | 1C |
| Octal | 6 | 207 | 73 | 140 | 0 | 70 | 57 | 221 | 133 | 34 |
| Binary | 110 | 10000111 | 111011 | 1100000 | 0 | 111000 | 101111 | 10010001 | 1011011 | 11100 |
Color Harmonies of #06873B
Complementary color
Monochromatic Colors of #06873B
Black with #06873B
Text Example
Text Example
White with #06873B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06873B; }
p { color: rgb(6,135,59); }
H1.HeaderClassName
{
color: #06873B;
}
.AnyTagClassName
{
color: #06873B;
}
</style>
background-color css
<style>
a { background-color: #06873B; }
a { background-color: rgb(6,135,59); }
div.DivClassName
{
background-color: #06873B;
}
.BgClassName
{
background-color: #06873B;
}
</style>
border-color css
<style>
span { border-color: #06873B; }
span { border-color: rgb(6,135,59); }
td.TdClassName
{
border-color: #06873B;
}
.TagClassName
{
border-color: #06873B;
}
</style>