Shades of Salem #06814D
Tints of Salem #06814D
RGB
CMYK
RGB Variations
Color information
#06814D (or 0x06814D) is known color: Salem. HEX triplet: 06, 81 and 4D. RGB value is (6,129,77). Sum of RGB (Red+Green+Blue) = 6+129+77=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 129 (50.78% from 255 or 60.85% from 212); Blue value is 77 (30.47% from 255 or 36.32% from 212); Max value from RGB is 129 - color contains mainly: green. Hex color #06814D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06814D is #F97EB2. Grayscale: #565656. Windows color (decimal): -16350899 or 5079302. OLE color: 5079302.
HSL color Cylindrical-coordinate representation of color #06814D: hue angle of 154.63º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06814D is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 129 | 77 | - |
| CMYK | 0.95 | 0 | 0.40 | 0.49 |
| HSL | 154.63º | 0.91% | 0.26% | - |
| HSV(B) | 154.63º | 0.95% | 0.51% | - |
| XYZ | 9.26 | 16.28 | 9.67 | - |
| YUV | 86.3 | 122.75 | 70.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 129 | 77 | 0.95 | 0 | 0.40 | 0.49 | 154.63 | 0.91 | 0.26 |
| Hex | 6 | 81 | 4D | 5F | 0 | 28 | 31 | 9B | 5B | 1A |
| Octal | 6 | 201 | 115 | 137 | 0 | 50 | 61 | 233 | 133 | 32 |
| Binary | 110 | 10000001 | 1001101 | 1011111 | 0 | 101000 | 110001 | 10011011 | 1011011 | 11010 |
Color Harmonies of #06814D
Complementary color
Monochromatic Colors of #06814D
Black with #06814D
Text Example
Text Example
White with #06814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06814D; }
p { color: rgb(6,129,77); }
H1.HeaderClassName
{
color: #06814D;
}
.AnyTagClassName
{
color: #06814D;
}
</style>
background-color css
<style>
a { background-color: #06814D; }
a { background-color: rgb(6,129,77); }
div.DivClassName
{
background-color: #06814D;
}
.BgClassName
{
background-color: #06814D;
}
</style>
border-color css
<style>
span { border-color: #06814D; }
span { border-color: rgb(6,129,77); }
td.TdClassName
{
border-color: #06814D;
}
.TagClassName
{
border-color: #06814D;
}
</style>