Shades of Salem #06824A
Tints of Salem #06824A
RGB
CMYK
RGB Variations
Color information
#06824A (or 0x06824A) is known color: Salem. HEX triplet: 06, 82 and 4A. RGB value is (6,130,74). Sum of RGB (Red+Green+Blue) = 6+130+74=210 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.86% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #06824A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06824A is #F97DB5. Grayscale: #565656. Windows color (decimal): -16350646 or 4882950. OLE color: 4882950.
HSL color Cylindrical-coordinate representation of color #06824A: hue angle of 152.9º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06824A is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 74 | - |
| CMYK | 0.95 | 0 | 0.43 | 0.49 |
| HSL | 152.9º | 0.91% | 0.27% | - |
| HSV(B) | 152.9º | 0.95% | 0.51% | - |
| XYZ | 9.29 | 16.5 | 9.17 | - |
| YUV | 86.54 | 120.92 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 74 | 0.95 | 0 | 0.43 | 0.49 | 152.9 | 0.91 | 0.27 |
| Hex | 6 | 82 | 4A | 5F | 0 | 2B | 31 | 99 | 5B | 1B |
| Octal | 6 | 202 | 112 | 137 | 0 | 53 | 61 | 231 | 133 | 33 |
| Binary | 110 | 10000010 | 1001010 | 1011111 | 0 | 101011 | 110001 | 10011001 | 1011011 | 11011 |
Color Harmonies of #06824A
Complementary color
Monochromatic Colors of #06824A
Black with #06824A
Text Example
Text Example
White with #06824A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06824A; }
p { color: rgb(6,130,74); }
H1.HeaderClassName
{
color: #06824A;
}
.AnyTagClassName
{
color: #06824A;
}
</style>
background-color css
<style>
a { background-color: #06824A; }
a { background-color: rgb(6,130,74); }
div.DivClassName
{
background-color: #06824A;
}
.BgClassName
{
background-color: #06824A;
}
</style>
border-color css
<style>
span { border-color: #06824A; }
span { border-color: rgb(6,130,74); }
td.TdClassName
{
border-color: #06824A;
}
.TagClassName
{
border-color: #06824A;
}
</style>