Shades of Salem #06893B
Tints of Salem #06893B
RGB
CMYK
RGB Variations
Color information
#06893B (or 0x06893B) is known color: Salem. HEX triplet: 06, 89 and 3B. RGB value is (6,137,59). Sum of RGB (Red+Green+Blue) = 6+137+59=202 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.97% from 202); Green value is 137 (53.91% from 255 or 67.82% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 137 - color contains mainly: green. Hex color #06893B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06893B is #F976C4. Grayscale: #595959. Windows color (decimal): -16348869 or 3901702. OLE color: 3901702.
HSL color Cylindrical-coordinate representation of color #06893B: hue angle of 144.27º 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 #06893B is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 137 | 59 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.46 |
| HSL | 144.27º | 0.92% | 0.28% | - |
| HSV(B) | 144.27º | 0.96% | 0.54% | - |
| XYZ | 9.81 | 18.25 | 7.14 | - |
| YUV | 88.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 137 | 59 | 0.96 | 0 | 0.57 | 0.46 | 144.27 | 0.92 | 0.28 |
| Hex | 6 | 89 | 3B | 60 | 0 | 39 | 2E | 90 | 5C | 1C |
| Octal | 6 | 211 | 73 | 140 | 0 | 71 | 56 | 220 | 134 | 34 |
| Binary | 110 | 10001001 | 111011 | 1100000 | 0 | 111001 | 101110 | 10010000 | 1011100 | 11100 |
Color Harmonies of #06893B
Complementary color
Monochromatic Colors of #06893B
Black with #06893B
Text Example
Text Example
White with #06893B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06893B; }
p { color: rgb(6,137,59); }
H1.HeaderClassName
{
color: #06893B;
}
.AnyTagClassName
{
color: #06893B;
}
</style>
background-color css
<style>
a { background-color: #06893B; }
a { background-color: rgb(6,137,59); }
div.DivClassName
{
background-color: #06893B;
}
.BgClassName
{
background-color: #06893B;
}
</style>
border-color css
<style>
span { border-color: #06893B; }
span { border-color: rgb(6,137,59); }
td.TdClassName
{
border-color: #06893B;
}
.TagClassName
{
border-color: #06893B;
}
</style>