Shades of Salem #06893C
Tints of Salem #06893C
RGB
CMYK
RGB Variations
Color information
#06893C (or 0x06893C) is known color: Salem. HEX triplet: 06, 89 and 3C. RGB value is (6,137,60). Sum of RGB (Red+Green+Blue) = 6+137+60=203 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.96% from 203); Green value is 137 (53.91% from 255 or 67.49% from 203); Blue value is 60 (23.83% from 255 or 29.56% from 203); Max value from RGB is 137 - color contains mainly: green. Hex color #06893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06893C is #F976C3. Grayscale: #595959. Windows color (decimal): -16348868 or 3967238. OLE color: 3967238.
HSL color Cylindrical-coordinate representation of color #06893C: hue angle of 144.73º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06893C is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 60 | - |
| CMYK | 0.96 | 0 | 0.56 | 0.46 |
| HSL | 144.73º | 0.92% | 0.28% | - |
| HSV(B) | 144.73º | 0.96% | 0.54% | - |
| XYZ | 9.84 | 18.26 | 7.28 | - |
| YUV | 89.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 60 | 0.96 | 0 | 0.56 | 0.46 | 144.73 | 0.92 | 0.28 |
| Hex | 6 | 89 | 3C | 60 | 0 | 38 | 2E | 91 | 5C | 1C |
| Octal | 6 | 211 | 74 | 140 | 0 | 70 | 56 | 221 | 134 | 34 |
| Binary | 110 | 10001001 | 111100 | 1100000 | 0 | 111000 | 101110 | 10010001 | 1011100 | 11100 |
Color Harmonies of #06893C
Complementary color
Monochromatic Colors of #06893C
Black with #06893C
Text Example
Text Example
White with #06893C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06893C; }
p { color: rgb(6,137,60); }
H1.HeaderClassName
{
color: #06893C;
}
.AnyTagClassName
{
color: #06893C;
}
</style>
background-color css
<style>
a { background-color: #06893C; }
a { background-color: rgb(6,137,60); }
div.DivClassName
{
background-color: #06893C;
}
.BgClassName
{
background-color: #06893C;
}
</style>
border-color css
<style>
span { border-color: #06893C; }
span { border-color: rgb(6,137,60); }
td.TdClassName
{
border-color: #06893C;
}
.TagClassName
{
border-color: #06893C;
}
</style>