#078956

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

Shades of Salem #078956

Tints of Salem #078956

Color information

#078956 (or 0x078956) is unknown color: approx Salem. HEX triplet: 07, 89 and 56. RGB value is (7,137,86). Sum of RGB (Red+Green+Blue) = 7+137+86=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 137 (53.91% from 255 or 59.57% from 230); Blue value is 86 (33.98% from 255 or 37.39% from 230); Max value from RGB is 137 - color contains mainly: green. Hex color #078956 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078956 is #F876A9. Grayscale: #5C5C5C. Windows color (decimal): -16283306 or 5671175. OLE color: 5671175.

HSL color Cylindrical-coordinate representation of color #078956: hue angle of 156.46º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078956 is Cyan = 0.95, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB713786-
CMYK0.9500.370.46
HSL156.46º90.28%28.24%-
HSV(B)156.46º94.89%53.73%-
XYZ10.7118.6111.83-
YUV92.32124.4367.15-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 137 (53.91% from 255) = 59.57%
BLUE value IS 86 (33.98% from 255) = 37.39%
R=3.04%
G=59.57%
B=37.39%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7137860.9500.370.46156.4690.2828.24
Hex789565F0252E9c5a1c
Octal72111261370455623413234
Binary1111000100110101101011111010010110111010011100101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078956; }

 p { color: rgb(7,137,86); }

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

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

 a { background-color: rgb(7,137,86); }

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

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

 span { border-color: rgb(7,137,86); }

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