Shades of Salem #068A38
Tints of Salem #068A38
RGB
CMYK
RGB Variations
Color information
#068A38 (or 0x068A38) is known color: Salem. HEX triplet: 06, 8A and 38. RGB value is (6,138,56). Sum of RGB (Red+Green+Blue) = 6+138+56=200 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3% from 200); Green value is 138 (54.30% from 255 or 69% from 200); Blue value is 56 (22.27% from 255 or 28% from 200); Max value from RGB is 138 - color contains mainly: green. Hex color #068A38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068A38 is #F975C7. Grayscale: #595959. Windows color (decimal): -16348616 or 3705350. OLE color: 3705350.
HSL color Cylindrical-coordinate representation of color #068A38: hue angle of 142.73º 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 #068A38 is Cyan = 0.96, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 6 | 138 | 56 | - |
| CMYK | 0.96 | 0 | 0.59 | 0.46 |
| HSL | 142.73º | 0.92% | 0.28% | - |
| HSV(B) | 142.73º | 0.96% | 0.54% | - |
| XYZ | 9.88 | 18.5 | 6.79 | - |
| YUV | 89.18 | 109.27 | 68.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 138 | 56 | 0.96 | 0 | 0.59 | 0.46 | 142.73 | 0.92 | 0.28 |
| Hex | 6 | 8A | 38 | 60 | 0 | 3B | 2E | 8F | 5C | 1C |
| Octal | 6 | 212 | 70 | 140 | 0 | 73 | 56 | 217 | 134 | 34 |
| Binary | 110 | 10001010 | 111000 | 1100000 | 0 | 111011 | 101110 | 10001111 | 1011100 | 11100 |
Color Harmonies of #068A38
Complementary color
Monochromatic Colors of #068A38
Black with #068A38
Text Example
Text Example
White with #068A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #068A38; }
p { color: rgb(6,138,56); }
H1.HeaderClassName
{
color: #068A38;
}
.AnyTagClassName
{
color: #068A38;
}
</style>
background-color css
<style>
a { background-color: #068A38; }
a { background-color: rgb(6,138,56); }
div.DivClassName
{
background-color: #068A38;
}
.BgClassName
{
background-color: #068A38;
}
</style>
border-color css
<style>
span { border-color: #068A38; }
span { border-color: rgb(6,138,56); }
td.TdClassName
{
border-color: #068A38;
}
.TagClassName
{
border-color: #068A38;
}
</style>