Shades of Salem #06873C
Tints of Salem #06873C
RGB
CMYK
RGB Variations
Color information
#06873C (or 0x06873C) is known color: Salem. HEX triplet: 06, 87 and 3C. RGB value is (6,135,60). Sum of RGB (Red+Green+Blue) = 6+135+60=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 135 (53.12% from 255 or 67.16% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 135 - color contains mainly: green. Hex color #06873C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06873C is #F978C3. Grayscale: #585858. Windows color (decimal): -16349380 or 3966726. OLE color: 3966726.
HSL color Cylindrical-coordinate representation of color #06873C: hue angle of 145.12º 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 #06873C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 60 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.47 |
| HSL | 145.12º | 0.91% | 0.28% | - |
| HSV(B) | 145.12º | 0.96% | 0.53% | - |
| XYZ | 9.55 | 17.69 | 7.19 | - |
| YUV | 87.88 | 112.26 | 69.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 60 | 0.96 | 0 | 0.56 | 0.47 | 145.12 | 0.91 | 0.28 |
| Hex | 6 | 87 | 3C | 60 | 0 | 38 | 2F | 91 | 5B | 1C |
| Octal | 6 | 207 | 74 | 140 | 0 | 70 | 57 | 221 | 133 | 34 |
| Binary | 110 | 10000111 | 111100 | 1100000 | 0 | 111000 | 101111 | 10010001 | 1011011 | 11100 |
Color Harmonies of #06873C
Complementary color
Monochromatic Colors of #06873C
Black with #06873C
Text Example
Text Example
White with #06873C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06873C; }
p { color: rgb(6,135,60); }
H1.HeaderClassName
{
color: #06873C;
}
.AnyTagClassName
{
color: #06873C;
}
</style>
background-color css
<style>
a { background-color: #06873C; }
a { background-color: rgb(6,135,60); }
div.DivClassName
{
background-color: #06873C;
}
.BgClassName
{
background-color: #06873C;
}
</style>
border-color css
<style>
span { border-color: #06873C; }
span { border-color: rgb(6,135,60); }
td.TdClassName
{
border-color: #06873C;
}
.TagClassName
{
border-color: #06873C;
}
</style>