#078C50

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

Shades of Salem #078C50

Tints of Salem #078C50

Color information

#078C50 (or 0x078C50) is unknown color: approx Salem. HEX triplet: 07, 8C and 50. RGB value is (7,140,80). Sum of RGB (Red+Green+Blue) = 7+140+80=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 140 (55.08% from 255 or 61.67% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 140 - color contains mainly: green. Hex color #078C50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078C50 is #F873AF. Grayscale: #5D5D5D. Windows color (decimal): -16282544 or 5278727. OLE color: 5278727.

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

Color convert

RGB714080-
CMYK0.9500.430.45
HSL152.93º90.48%28.82%-
HSV(B)152.93º95%54.9%-
XYZ10.9119.3810.76-
YUV93.39120.4466.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 140 (55.08% from 255) = 61.67%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=3.08%
G=61.67%
B=35.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7140800.9500.430.45152.9390.4828.82
Hex78C505F02B2D995a1d
Octal72141201370535523113235
Binary1111000110010100001011111010101110110110011001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,140,80); }

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

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

 a { background-color: rgb(7,140,80); }

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

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

 span { border-color: rgb(7,140,80); }

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