Shades of Salem #06874D
Tints of Salem #06874D
RGB
CMYK
RGB Variations
Color information
#06874D (or 0x06874D) is known color: Salem. HEX triplet: 06, 87 and 4D. RGB value is (6,135,77). Sum of RGB (Red+Green+Blue) = 6+135+77=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #06874D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06874D is #F978B2. Grayscale: #595959. Windows color (decimal): -16349363 or 5080838. OLE color: 5080838.
HSL color Cylindrical-coordinate representation of color #06874D: hue angle of 153.02º 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 #06874D is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 6 | 135 | 77 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.47 |
| HSL | 153.02º | 0.91% | 0.28% | - |
| HSV(B) | 153.02º | 0.96% | 0.53% | - |
| XYZ | 10.08 | 17.9 | 9.95 | - |
| YUV | 89.82 | 120.76 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 135 | 77 | 0.96 | 0 | 0.43 | 0.47 | 153.02 | 0.91 | 0.28 |
| Hex | 6 | 87 | 4D | 60 | 0 | 2B | 2F | 99 | 5B | 1C |
| Octal | 6 | 207 | 115 | 140 | 0 | 53 | 57 | 231 | 133 | 34 |
| Binary | 110 | 10000111 | 1001101 | 1100000 | 0 | 101011 | 101111 | 10011001 | 1011011 | 11100 |
Color Harmonies of #06874D
Complementary color
Monochromatic Colors of #06874D
Black with #06874D
Text Example
Text Example
White with #06874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06874D; }
p { color: rgb(6,135,77); }
H1.HeaderClassName
{
color: #06874D;
}
.AnyTagClassName
{
color: #06874D;
}
</style>
background-color css
<style>
a { background-color: #06874D; }
a { background-color: rgb(6,135,77); }
div.DivClassName
{
background-color: #06874D;
}
.BgClassName
{
background-color: #06874D;
}
</style>
border-color css
<style>
span { border-color: #06874D; }
span { border-color: rgb(6,135,77); }
td.TdClassName
{
border-color: #06874D;
}
.TagClassName
{
border-color: #06874D;
}
</style>