Shades of Salem #078144
Tints of Salem #078144
RGB
CMYK
RGB Variations
Color information
#078144 (or 0x078144) is known color: Salem. HEX triplet: 07, 81 and 44. RGB value is (7,129,68). Sum of RGB (Red+Green+Blue) = 7+129+68=204 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.43% from 204); Green value is 129 (50.78% from 255 or 63.24% from 204); Blue value is 68 (26.95% from 255 or 33.33% from 204); Max value from RGB is 129 - color contains mainly: green. Hex color #078144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078144 is #F87EBB. Grayscale: #555555. Windows color (decimal): -16285372 or 4489479. OLE color: 4489479.
HSL color Cylindrical-coordinate representation of color #078144: hue angle of 150º degrees, saturation: 0.9, 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 #078144 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 68 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.49 |
| HSL | 150º | 0.9% | 0.27% | - |
| HSV(B) | 150º | 0.95% | 0.51% | - |
| XYZ | 8.98 | 16.16 | 8.12 | - |
| YUV | 85.57 | 118.08 | 71.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 68 | 0.95 | 0 | 0.47 | 0.49 | 150 | 0.9 | 0.27 |
| Hex | 7 | 81 | 44 | 5F | 0 | 2F | 31 | 96 | 5A | 1B |
| Octal | 7 | 201 | 104 | 137 | 0 | 57 | 61 | 226 | 132 | 33 |
| Binary | 111 | 10000001 | 1000100 | 1011111 | 0 | 101111 | 110001 | 10010110 | 1011010 | 11011 |
Color Harmonies of #078144
Complementary color
Monochromatic Colors of #078144
Black with #078144
Text Example
Text Example
White with #078144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078144; }
p { color: rgb(7,129,68); }
H1.HeaderClassName
{
color: #078144;
}
.AnyTagClassName
{
color: #078144;
}
</style>
background-color css
<style>
a { background-color: #078144; }
a { background-color: rgb(7,129,68); }
div.DivClassName
{
background-color: #078144;
}
.BgClassName
{
background-color: #078144;
}
</style>
border-color css
<style>
span { border-color: #078144; }
span { border-color: rgb(7,129,68); }
td.TdClassName
{
border-color: #078144;
}
.TagClassName
{
border-color: #078144;
}
</style>