Shades of Salem #068450
Tints of Salem #068450
RGB
CMYK
RGB Variations
Color information
#068450 (or 0x068450) is known color: Salem. HEX triplet: 06, 84 and 50. RGB value is (6,132,80). Sum of RGB (Red+Green+Blue) = 6+132+80=218 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.75% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #068450 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068450 is #F97BAF. Grayscale: #585858. Windows color (decimal): -16350128 or 5276678. OLE color: 5276678.
HSL color Cylindrical-coordinate representation of color #068450: hue angle of 155.24º 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 #068450 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 6 | 132 | 80 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.48 |
| HSL | 155.24º | 0.91% | 0.27% | - |
| HSV(B) | 155.24º | 0.95% | 0.52% | - |
| XYZ | 9.77 | 17.12 | 10.38 | - |
| YUV | 88.4 | 123.26 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 132 | 80 | 0.95 | 0 | 0.39 | 0.48 | 155.24 | 0.91 | 0.27 |
| Hex | 6 | 84 | 50 | 5F | 0 | 27 | 30 | 9B | 5B | 1B |
| Octal | 6 | 204 | 120 | 137 | 0 | 47 | 60 | 233 | 133 | 33 |
| Binary | 110 | 10000100 | 1010000 | 1011111 | 0 | 100111 | 110000 | 10011011 | 1011011 | 11011 |
Color Harmonies of #068450
Complementary color
Monochromatic Colors of #068450
Black with #068450
Text Example
Text Example
White with #068450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068450; }
p { color: rgb(6,132,80); }
H1.HeaderClassName
{
color: #068450;
}
.AnyTagClassName
{
color: #068450;
}
</style>
background-color css
<style>
a { background-color: #068450; }
a { background-color: rgb(6,132,80); }
div.DivClassName
{
background-color: #068450;
}
.BgClassName
{
background-color: #068450;
}
</style>
border-color css
<style>
span { border-color: #068450; }
span { border-color: rgb(6,132,80); }
td.TdClassName
{
border-color: #068450;
}
.TagClassName
{
border-color: #068450;
}
</style>