Shades of Salem #068249
Tints of Salem #068249
RGB
CMYK
RGB Variations
Color information
#068249 (or 0x068249) is known color: Salem. HEX triplet: 06, 82 and 49. RGB value is (6,130,73). Sum of RGB (Red+Green+Blue) = 6+130+73=209 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.87% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #068249 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068249 is #F97DB6. Grayscale: #565656. Windows color (decimal): -16350647 or 4817414. OLE color: 4817414.
HSL color Cylindrical-coordinate representation of color #068249: hue angle of 152.42º 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 #068249 is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 6 | 130 | 73 | - |
| CMYK | 0.95 | 0 | 0.44 | 0.49 |
| HSL | 152.42º | 0.91% | 0.27% | - |
| HSV(B) | 152.42º | 0.95% | 0.51% | - |
| XYZ | 9.26 | 16.49 | 9 | - |
| YUV | 86.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 130 | 73 | 0.95 | 0 | 0.44 | 0.49 | 152.42 | 0.91 | 0.27 |
| Hex | 6 | 82 | 49 | 5F | 0 | 2C | 31 | 98 | 5B | 1B |
| Octal | 6 | 202 | 111 | 137 | 0 | 54 | 61 | 230 | 133 | 33 |
| Binary | 110 | 10000010 | 1001001 | 1011111 | 0 | 101100 | 110001 | 10011000 | 1011011 | 11011 |
Color Harmonies of #068249
Complementary color
Monochromatic Colors of #068249
Black with #068249
Text Example
Text Example
White with #068249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068249; }
p { color: rgb(6,130,73); }
H1.HeaderClassName
{
color: #068249;
}
.AnyTagClassName
{
color: #068249;
}
</style>
background-color css
<style>
a { background-color: #068249; }
a { background-color: rgb(6,130,73); }
div.DivClassName
{
background-color: #068249;
}
.BgClassName
{
background-color: #068249;
}
</style>
border-color css
<style>
span { border-color: #068249; }
span { border-color: rgb(6,130,73); }
td.TdClassName
{
border-color: #068249;
}
.TagClassName
{
border-color: #068249;
}
</style>