#078256

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

Shades of Salem #078256

Tints of Salem #078256

Color information

#078256 (or 0x078256) is unknown color: approx Salem. HEX triplet: 07, 82 and 56. RGB value is (7,130,86). Sum of RGB (Red+Green+Blue) = 7+130+86=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 130 (51.17% from 255 or 58.30% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 130 - color contains mainly: green. Hex color #078256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078256 is #F87DA9. Grayscale: #585858. Windows color (decimal): -16285098 or 5669383. OLE color: 5669383.

HSL color Cylindrical-coordinate representation of color #078256: hue angle of 158.54º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078256 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB713086-
CMYK0.9500.340.49
HSL158.54º89.78%26.86%-
HSV(B)158.54º94.62%50.98%-
XYZ9.7516.6811.51-
YUV88.21126.7570.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.14%
GREEN value IS 130 (51.17% from 255) = 58.30%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=3.14%
G=58.30%
B=38.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal7130860.9500.340.49158.5489.7826.86
Hex782565F022319f5a1b
Octal72021261370426123713233
Binary1111000001010101101011111010001011000110011111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078256; }

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

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

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

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

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

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

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

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