Shades of Salem #06844A
Tints of Salem #06844A
RGB
CMYK
RGB Variations
Color information
#06844A (or 0x06844A) is known color: Salem. HEX triplet: 06, 84 and 4A. RGB value is (6,132,74). Sum of RGB (Red+Green+Blue) = 6+132+74=212 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.83% from 212); Green value is 132 (51.95% from 255 or 62.26% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 132 - color contains mainly: green. Hex color #06844A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06844A is #F97BB5. Grayscale: #575757. Windows color (decimal): -16350134 or 4883462. OLE color: 4883462.
HSL color Cylindrical-coordinate representation of color #06844A: hue angle of 152.38º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06844A is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 132 | 74 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.48 |
| HSL | 152.38º | 0.91% | 0.27% | - |
| HSV(B) | 152.38º | 0.95% | 0.52% | - |
| XYZ | 9.56 | 17.04 | 9.26 | - |
| YUV | 87.71 | 120.26 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 74 | 0.95 | 0 | 0.44 | 0.48 | 152.38 | 0.91 | 0.27 |
| Hex | 6 | 84 | 4A | 5F | 0 | 2C | 30 | 98 | 5B | 1B |
| Octal | 6 | 204 | 112 | 137 | 0 | 54 | 60 | 230 | 133 | 33 |
| Binary | 110 | 10000100 | 1001010 | 1011111 | 0 | 101100 | 110000 | 10011000 | 1011011 | 11011 |
Color Harmonies of #06844A
Complementary color
Monochromatic Colors of #06844A
Black with #06844A
Text Example
Text Example
White with #06844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06844A; }
p { color: rgb(6,132,74); }
H1.HeaderClassName
{
color: #06844A;
}
.AnyTagClassName
{
color: #06844A;
}
</style>
background-color css
<style>
a { background-color: #06844A; }
a { background-color: rgb(6,132,74); }
div.DivClassName
{
background-color: #06844A;
}
.BgClassName
{
background-color: #06844A;
}
</style>
border-color css
<style>
span { border-color: #06844A; }
span { border-color: rgb(6,132,74); }
td.TdClassName
{
border-color: #06844A;
}
.TagClassName
{
border-color: #06844A;
}
</style>