#078b48

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

Shades of Salem #078B48

Tints of Salem #078B48

Color information

#078B48 (or 0x078B48) is unknown color: approx Salem. HEX triplet: 07, 8B and 48. RGB value is (7,139,72). Sum of RGB (Red+Green+Blue) = 7+139+72=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 139 (54.69% from 255 or 63.76% from 218); Blue value is 72 (28.52% from 255 or 33.03% from 218); Max value from RGB is 139 - color contains mainly: green. Hex color #078B48 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078B48 is #F874B7. Grayscale: #5C5C5C. Windows color (decimal): -16282808 or 4754183. OLE color: 4754183.

HSL color Cylindrical-coordinate representation of color #078B48: hue angle of 149.55º degrees, saturation: 0.9, 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 #078B48 is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB713972-
CMYK0.9500.480.45
HSL149.55º90.41%28.63%-
HSV(B)149.55º94.96%54.51%-
XYZ10.4918.989.24-
YUV91.89116.7767.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 139 (54.69% from 255) = 63.76%
BLUE value IS 72 (28.52% from 255) = 33.03%
R=3.21%
G=63.76%
B=33.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7139720.9500.480.45149.5590.4128.63
Hex78B485F0302D965a1d
Octal72131101370605522613235
Binary1111000101110010001011111011000010110110010110101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078b48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,139,72); }

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

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

 a { background-color: rgb(7,139,72); }

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

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

 span { border-color: rgb(7,139,72); }

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