Shades of Salem #078145
Tints of Salem #078145
RGB
CMYK
RGB Variations
Color information
#078145 (or 0x078145) is known color: Salem. HEX triplet: 07, 81 and 45. RGB value is (7,129,69). Sum of RGB (Red+Green+Blue) = 7+129+69=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 129 (50.78% from 255 or 62.93% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 129 - color contains mainly: green. Hex color #078145 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078145 is #F87EBA. Grayscale: #555555. Windows color (decimal): -16285371 or 4555015. OLE color: 4555015.
HSL color Cylindrical-coordinate representation of color #078145: hue angle of 150.49º 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 #078145 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 7 | 129 | 69 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.49 |
| HSL | 150.49º | 0.9% | 0.27% | - |
| HSV(B) | 150.49º | 0.95% | 0.51% | - |
| XYZ | 9.01 | 16.18 | 8.28 | - |
| YUV | 85.68 | 118.58 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 129 | 69 | 0.95 | 0 | 0.47 | 0.49 | 150.49 | 0.9 | 0.27 |
| Hex | 7 | 81 | 45 | 5F | 0 | 2F | 31 | 96 | 5A | 1B |
| Octal | 7 | 201 | 105 | 137 | 0 | 57 | 61 | 226 | 132 | 33 |
| Binary | 111 | 10000001 | 1000101 | 1011111 | 0 | 101111 | 110001 | 10010110 | 1011010 | 11011 |
Color Harmonies of #078145
Complementary color
Monochromatic Colors of #078145
Black with #078145
Text Example
Text Example
White with #078145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #078145; }
p { color: rgb(7,129,69); }
H1.HeaderClassName
{
color: #078145;
}
.AnyTagClassName
{
color: #078145;
}
</style>
background-color css
<style>
a { background-color: #078145; }
a { background-color: rgb(7,129,69); }
div.DivClassName
{
background-color: #078145;
}
.BgClassName
{
background-color: #078145;
}
</style>
border-color css
<style>
span { border-color: #078145; }
span { border-color: rgb(7,129,69); }
td.TdClassName
{
border-color: #078145;
}
.TagClassName
{
border-color: #078145;
}
</style>