#078D47

Color #078D47 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #078D47

Tints of Salem #078D47

Color information

#078D47 (or 0x078D47) is unknown color: approx Salem. HEX triplet: 07, 8D and 47. RGB value is (7,141,71). Sum of RGB (Red+Green+Blue) = 7+141+71=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 141 (55.47% from 255 or 64.38% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 141 - color contains mainly: green. Hex color #078D47 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D47 is #F872B8. Grayscale: #5D5D5D. Windows color (decimal): -16282297 or 4689159. OLE color: 4689159.

HSL color Cylindrical-coordinate representation of color #078D47: hue angle of 148.66º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078D47 is Cyan = 0.95, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB714171-
CMYK0.9500.500.45
HSL148.66º90.54%29.02%-
HSV(B)148.66º95.04%55.29%-
XYZ10.7519.559.17-
YUV92.95115.6166.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 141 (55.47% from 255) = 64.38%
BLUE value IS 71 (28.12% from 255) = 32.42%
R=3.20%
G=64.38%
B=32.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7141710.9500.500.45148.6690.5429.02
Hex78D475F0322D955b1d
Octal72151071370625522513335
Binary1111000110110001111011111011001010110110010101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078D47; }

 p { color: rgb(7,141,71); }

 H1.HeaderClassName
 {
   color: #078D47;
 }
 .AnyTagClassName
 {
   color: #078D47;
 }
</style>
background-color css

<style>
 a { background-color: #078D47; }

 a { background-color: rgb(7,141,71); }

 div.DivClassName
 {
   background-color: #078D47;
 }
 .BgClassName
 {
   background-color: #078D47;
 }
</style>
border-color css

<style>
 span { border-color: #078D47; }

 span { border-color: rgb(7,141,71); }

 td.TdClassName
 {
   border-color: #078D47;
 }
 .TagClassName
 {
   border-color: #078D47;
 }
</style>