#078D36

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

Shades of Salem #078D36

Tints of Salem #078D36

Color information

#078D36 (or 0x078D36) is unknown color: approx Salem. HEX triplet: 07, 8D and 36. RGB value is (7,141,54). Sum of RGB (Red+Green+Blue) = 7+141+54=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 141 (55.47% from 255 or 69.80% from 202); Blue value is 54 (21.48% from 255 or 26.73% from 202); Max value from RGB is 141 - color contains mainly: green. Hex color #078D36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078D36 is #F872C9. Grayscale: #5B5B5B. Windows color (decimal): -16282314 or 3575047. OLE color: 3575047.

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

Color convert

RGB714154-
CMYK0.9500.620.45
HSL141.04º90.54%29.02%-
HSV(B)141.04º95.04%55.29%-
XYZ10.2819.366.69-
YUV91.02107.1168.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 141 (55.47% from 255) = 69.80%
BLUE value IS 54 (21.48% from 255) = 26.73%
R=3.47%
G=69.80%
B=26.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7141540.9500.620.45141.0490.5429.02
Hex78D365F03E2D8d5b1d
Octal7215661370765521513335
Binary111100011011101101011111011111010110110001101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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